Gets the list of available views for the current 3D artwork.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

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

Property Value

Pdf3DViewCollection

See Also