Click or drag to resize

Pdfium.FPDFPageObj_SetOverprintMode Method

Set 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

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFPageObj_SetOverprintMode(
	IntPtr page_obj,
	OverprintModes mode
)

Parameters

page_obj  IntPtr
Handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)
mode  OverprintModes
The overprint mode to be set.
Remarks
See OverprintModes enumeration for details.
See Also