Gets the list of available views for the current 3D artwork.
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public Pdf3DViewCollection Views { get; }
Public ReadOnly Property Views As Pdf3DViewCollection Get
public: property Pdf3DViewCollection^ Views { Pdf3DViewCollection^ get (); }
member Views : Pdf3DViewCollection with get