Gets or sets the name of the view node.
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public string ViewNodeName { get; set; }
Public Property ViewNodeName As String Get Set
public: property String^ ViewNodeName { String^ get (); void set (String^ value); }
member ViewNodeName : string with get, set
Property Value
StringRemarks
The view node in the content stream defines all the properties for viewing the 3D artwork. If both ViewNodeName and CameraToWorldMatrix are specified, then ViewNodeName takes precedence.