 | 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.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFPageObj_GetTextKnockoutFlag(
IntPtr page_obj
)
Public Shared Function FPDFPageObj_GetTextKnockoutFlag (
page_obj As IntPtr
) As Boolean
public:
static bool FPDFPageObj_GetTextKnockoutFlag(
IntPtr page_obj
)
static member FPDFPageObj_GetTextKnockoutFlag :
page_obj : IntPtr -> bool
public static boolean FPDFPageObj_GetTextKnockoutFlag(
IntPtr page_obj
)
Patagames.Pdf.Pdfium.FPDFPageObj_GetTextKnockoutFlag = function(page_obj);
Parameters
- page_obj IntPtr
- A handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)
Return Value
BooleanThe current text knockout flag.
Remarks
See Also