Pdf3DAnnotation
Views Property
|
Gets the list of available views for the current 3D artwork.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public Pdf3DViewCollection Views { get; }
Public ReadOnly Property Views As Pdf3DViewCollection
Get
public:
property Pdf3DViewCollection^ Views {
Pdf3DViewCollection^ get ();
}
member Views : Pdf3DViewCollection with get
Property Value
Type:
Pdf3DViewCollection
See Also