Click or drag to resize

PdfiumFPDFPageObj_GetTextKnockoutFlag Method

Get the text knockout flag, which determines the behavior of overlapping glyphs within a text object in the transparent imaging model.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFPageObj_GetTextKnockoutFlag(
	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

Boolean
The current text knockout flag.
Remarks
See remarks section of FPDFPageObj_SetTextKnockoutFlag(IntPtr, Boolean) for details.
See Also