 | PdfiumFPDFPageObj_GetStrokeColor(IntPtr) Method |
Get the stroke color of a page object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFPageObj_GetStrokeColor(
IntPtr page_obj
)
Public Shared Function FPDFPageObj_GetStrokeColor (
page_obj As IntPtr
) As Integer
public:
static int FPDFPageObj_GetStrokeColor(
IntPtr page_obj
)
static member FPDFPageObj_GetStrokeColor :
page_obj : IntPtr -> int
public static int FPDFPageObj_GetStrokeColor(
IntPtr page_obj
)
Patagames.Pdf.Pdfium.FPDFPageObj_GetStrokeColor = function(page_obj);
Parameters
- page_obj IntPtr
- Handle to page object, could be text_object, path_object and uncolored images.
Return Value
Int32The stroke color of a page object. Constructed by 0xaarrggbb
See Also