Name of this bookmark item.
public string Name { get; set; }
Public Property Name As String
public string Name {get; set;}
@property (nonatomic, copy, nullable) NSString *name
public String getName()
public void setName(String name)
<br/>get_Name();<br/>set_Name(value);<br/>Object.defineProperty('Name');
A String which contains the name of this bookmark item. Default value is null.
The Name represents the name of the bookmark item in the final PDF document.
For an example, refer to PdfDocumentOptions.
Programming with LEADTOOLS Document Writers
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET