Gets or sets the default (initial) view of the 3D artwork.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public Pdf3dView DefaultView { get; set; }
VB
Public Property DefaultView As Pdf3dView
Get
Set
Property Value
Type:
Pdf3dView
The default view. If the value is
null then the
DefaultView in the
Data should be used instead.
Remarks
The default view is used when the annotation is activated.
See Also