Click or drag to resize

PdfiumFPDFPageObj_SetFillOverprintFlag Method

Set 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).

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFPageObj_SetFillOverprintFlag(
	IntPtr page_obj,
	bool flag
)

Parameters

page_obj  IntPtr
Handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)
flag  Boolean
The overprint flag to be set.
Remarks
See remarks section of the FPDFPageObj_GetStrokeOverprintFlag(IntPtr) for details.
See Also