Name Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
The name of the bookmark.

Namespace: PDFTron.SilverDox.Documents
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public string Name { get; internal set; }
Visual Basic
Public Property Name As String
	Get
	Friend Set
Visual C++
public:
property String^ Name {
	String^ get ();
	internal: void set (String^ value);
}

See Also