Gets the path point types.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

array<Byte>[]()[][]

See Also