Pdf3dStream.Views Property

Gets the collection of 3D views associated with this 3D artwork.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfList<Pdf3dView> Views { get; }
VB
Public ReadOnly Property Views As PdfList(Of Pdf3dView)
	Get

Property Value

Type: PdfList<Pdf3dView>
The collection of 3D views.

See Also