←Select platform

Name Property

Summary

Name of this bookmark item.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly