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 default view
from the contents of this stream should be used instead.
See Also