 | PdfiumFPDFPathObj_SetIsStroke Method |
Set the stroke flag.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFPathObj_SetIsStroke(
IntPtr path_obj,
bool isStroke
)
Public Shared Sub FPDFPathObj_SetIsStroke (
path_obj As IntPtr,
isStroke As Boolean
)
public:
static void FPDFPathObj_SetIsStroke(
IntPtr path_obj,
bool isStroke
)
static member FPDFPathObj_SetIsStroke :
path_obj : IntPtr *
isStroke : bool -> unit
public static void FPDFPathObj_SetIsStroke(
IntPtr path_obj,
boolean isStroke
)
Patagames.Pdf.Pdfium.FPDFPathObj_SetIsStroke = function(path_obj, isStroke);
Parameters
- path_obj IntPtr
- Handle to a path object returned by FPDFPageObj_Create(PageObjectTypes)
- isStroke Boolean
- True mean to paint a line along the path.
See Also