Gets the name of the view.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public string Name { get; }
VB
Public ReadOnly Property Name As String
Get
Property Value
Type:
StringThe name of the view.
Remarks
Not all views has a name. For views explicitly specified using page and zoom the
value of this property is null.
See Also