 | PdfiumFPDFPageObj_SetFillColor(IntPtr, Int32) Method |
Set the fill color of a page object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFPageObj_SetFillColor(
IntPtr page_obj,
int argb
)
Public Shared Sub FPDFPageObj_SetFillColor (
page_obj As IntPtr,
argb As Integer
)
public:
static void FPDFPageObj_SetFillColor(
IntPtr page_obj,
int argb
)
static member FPDFPageObj_SetFillColor :
page_obj : IntPtr *
argb : int -> unit
public static void FPDFPageObj_SetFillColor(
IntPtr page_obj,
int argb
)
Patagames.Pdf.Pdfium.FPDFPageObj_SetFillColor = function(page_obj, argb);
Parameters
- page_obj IntPtr
- Handle to page object, could be text_object, path_object and uncolored images.
- argb Int32
- The fill color of a page object. Constructed by 0xaarrggbb.
See Also