XFINIUM.PDF Documentation
Nodes Property (Pdf3DView)



Xfinium.Pdf.Annotations Namespace > Pdf3DView Class : Nodes Property
Gets the collection of 3D nodes.
Syntax
'Declaration
 
Public ReadOnly Property Nodes As Pdf3DNodeCollection
'Usage
 
Dim instance As Pdf3DView
Dim value As Pdf3DNodeCollection
 
value = instance.Nodes
public Pdf3DNodeCollection Nodes {get;}
public:
property Pdf3DNodeCollection^ Nodes {
   Pdf3DNodeCollection^ get();
}

Property Value

A collection of Pdf3DNode.
Remarks
Each 3D node may contain entries that change the node's state, including its opacity and its position in world space.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Pdf3DView Class
Pdf3DView Members