 | PdfiumFPDFPageObj_GetFillOverprintFlag Method |
Get an overprint flag for non-stroking operations.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFPageObj_GetFillOverprintFlag(
IntPtr page_obj
)
Public Shared Function FPDFPageObj_GetFillOverprintFlag (
page_obj As IntPtr
) As Boolean
public:
static bool FPDFPageObj_GetFillOverprintFlag(
IntPtr page_obj
)
static member FPDFPageObj_GetFillOverprintFlag :
page_obj : IntPtr -> bool
public static boolean FPDFPageObj_GetFillOverprintFlag(
IntPtr page_obj
)
Patagames.Pdf.Pdfium.FPDFPageObj_GetFillOverprintFlag = function(page_obj);
Parameters
- page_obj IntPtr
- Handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)
Return Value
BooleanA 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). Please see remarks section for details.
Remarks
See Also