Click or drag to resize

Pdf3DView Nodes Property

Gets the list of 3D nodes for this view.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public Pdf3DNodeCollection Nodes { get; }

Property Value

Type: Pdf3DNodeCollection
A list of PDF3DNode objects available for this view.
See Also