Click or drag to resize

PdfiumFPDFPageObj_GetOverprintMode Method

Get an overprint mode.

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

Parameters

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

Return Value

OverprintModes
A code specifying whether a color component value of 0 in a DeviceCMYK color space should erase that component(Zero) or leave it unchanged(NonZero) when overprinting.
Remarks
See OverprintModes enumeration for details.
See Also