Table of Contents

Property ExternalName

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

ExternalName

Gets or sets the external name of the view.

public string ExternalName { get; set; }

Property Value

string

The external name. Must not be null or empty.

Remarks

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

Exceptions

UnexpectedStructureException

The internal PDF structure does not contain the corresponding required value, or the value has an unexpected type.

ArgumentNullException

value is null.

ArgumentException

value is empty or whitespace-only string.