Gets the path point types.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

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