Pdf3DView
ResetNodesState 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 dictionaries.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Property Value
Type:
Boolean
See Also