Pdf3dAnnotation.Data Property

Gets the 3D stream containing the specification of the 3D artwork.

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

Syntax

C#
public Pdf3dStream Data { get; }
VB
Public ReadOnly Property Data As Pdf3dStream
	Get

Property Value

Type: Pdf3dStream
The 3D stream associated with this annotation.

See Also