Click or drag to resize

PdfiumFPDFPageObj_GetStrokeColor(IntPtr) Method

Get the stroke color of a page object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int FPDFPageObj_GetStrokeColor(
	IntPtr page_obj
)

Parameters

page_obj  IntPtr
Handle to page object, could be text_object, path_object and uncolored images.

Return Value

Int32
The stroke color of a page object. Constructed by 0xaarrggbb
See Also