Click or drag to resize

PdfPathObjectCreate(FillModes, Boolean) Method

Create new instance of PdfPathObject class

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public static PdfPathObject Create(
	FillModes fillMode,
	bool isStroke
)

Parameters

fillMode  FillModes
Sets the fill type of the path object.
isStroke  Boolean
Indicates that the path should be stroked.

Return Value

PdfPathObject
New instance of PdfPathObject.
See Also