Pdf3dView.ExternalName Property

Gets or sets the external name of the view.

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

Syntax

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

Property Value

Type: String
The external name. Must not be null or empty.

Remarks

The external name is used for presentation in a user interface.

See Also