 | PdfiumFPDFPageObj_GetFillColor(IntPtr) Method |
Get the fill color of a page object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFPageObj_GetFillColor(
IntPtr page_obj
)
Public Shared Function FPDFPageObj_GetFillColor (
page_obj As IntPtr
) As Integer
public:
static int FPDFPageObj_GetFillColor(
IntPtr page_obj
)
static member FPDFPageObj_GetFillColor :
page_obj : IntPtr -> int
public static int FPDFPageObj_GetFillColor(
IntPtr page_obj
)
Patagames.Pdf.Pdfium.FPDFPageObj_GetFillColor = function(page_obj);
Parameters
- page_obj IntPtr
- Handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)
Return Value
Int32The fill color of a page object. Constructed by 0xaarrggbb.
See Also