Click or drag to resize

PdfiumFPDFPageObj_GetFillOverprintFlag Method

Get an overprint flag for non-stroking operations.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFPageObj_GetFillOverprintFlag(
	IntPtr page_obj
)

Parameters

page_obj  IntPtr
Handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)

Return Value

Boolean
A flag for non-stroking operations, specifying whether painting in one set of colorants should cause the corresponding areas of other colorants to be erased(false) or left unchanged(true). Please see remarks section for details.
Remarks
See remarks section of the FPDFPageObj_GetStrokeOverprintFlag(IntPtr) for details.
See Also