Pdf3DView
ViewNodeName Property
|
Gets or sets the name of the view node.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
String
Remarks
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.
See Also