←Select platform

Name Property

Summary
Name of this bookmark item.
Syntax
C#
VB
Objective-C
C++
Java
public string Name { get; set; } 
Public Property Name As String 
@property (nonatomic, copy, nullable) NSString *name 
public String getName() 
public void setName(String name) 
public: 
property String^ Name { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A String which contains the name of this bookmark item. Default value is null.

Remarks

The Name represents the name of the bookmark item in the final PDF document.

Example

For an example, refer to PdfDocumentOptions.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.