Pdf3dView.InternalName Property

Gets or sets the internal name of the view.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public string InternalName { get; set; }
VB
Public Property InternalName As String
	Get
	Set

Property Value

Type: String
The internal name. Can be null.

Remarks

The internal name is used to refer to the view from other objects, such as the go-to-3D-view action.

See Also