 | PdfiumFPDFPathObj_GetIsStroke Method |
Check whether the stroke flag is true or not.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic static bool FPDFPathObj_GetIsStroke(
IntPtr path_obj
)
Public Shared Function FPDFPathObj_GetIsStroke (
path_obj As IntPtr
) As Boolean
public:
static bool FPDFPathObj_GetIsStroke(
IntPtr path_obj
)
static member FPDFPathObj_GetIsStroke :
path_obj : IntPtr -> bool public static boolean FPDFPathObj_GetIsStroke(
IntPtr path_obj
)
Patagames.Pdf.Pdfium.FPDFPathObj_GetIsStroke = function(path_obj);
Parameters
- path_obj IntPtr
- Handle to a path object returned by FPDFPageObj_Create(PageObjectTypes)
Return Value
BooleanThe true mean to paint a line along the path; false otherwise.
See Also