Gets the list of 3D nodes for this view.

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 Pdf3DNodeCollection Nodes { get; }
Public ReadOnly Property Nodes As Pdf3DNodeCollection
	Get
public:
property Pdf3DNodeCollection^ Nodes {
	Pdf3DNodeCollection^ get ();
}
member Nodes : Pdf3DNodeCollection with get

Property Value

Pdf3DNodeCollection
A list of PDF3DNode objects available for this view.

See Also