Click or drag to resize

PdfPathObjectCreate Method

Note: This API is now obsolete.

Create new instance of PdfPathObject class

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
[ObsoleteAttribute("This method is obsolete. Please use Create(FillModes, bool) instead")]
public static PdfPathObject Create()

Return Value

PdfPathObject
New instance of PdfPathObject.
See Also