Pdf3dStream.Format Property

Gets the format of the 3D data contained in the stream.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public Pdf3dFileFormat Format { get; }
VB
Public ReadOnly Property Format As Pdf3dFileFormat
	Get

Property Value

Type: Pdf3dFileFormat
The format of the 3D data.

See Also