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 dictionaries.
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public bool ResetNodesState { get; set; }
Public Property ResetNodesState As Boolean Get Set
public: property bool ResetNodesState { bool get (); void set (bool value); }
member ResetNodesState : bool with get, set