XFINIUM.PDF Documentation
ResetNodes Property



Gets or sets a value indicating whether nodes specified in the Nodes collection are returned to their original states (as specified in the 3D artwork) before applying transformation matrices and opacity settings specified in the node objects.
Syntax
'Declaration
 
Public Property ResetNodes As Boolean
'Usage
 
Dim instance As Pdf3DView
Dim value As Boolean
 
instance.ResetNodes = value
 
value = instance.ResetNodes
public bool ResetNodes {get; set;}
public:
property bool ResetNodes {
   bool get();
   void set (    bool value);
}

Property Value

If true, the artwork's 3D node parameters are restored to their original states and then the dictionaries specified by the Nodes collection are applied. If false, the dictionaries specified by the Nodes collection are applied to the current states of the nodes.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


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

Send Feedback