PdfPath
PathTypes Property
|
Gets the path point types.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public byte[] PathTypes { get; }
Public ReadOnly Property PathTypes As Byte()
Get
public:
property array<unsigned char>^ PathTypes {
array<unsigned char>^ get ();
}
member PathTypes : byte[] with get
Property Value
Type:
Byte
See Also