←Select platform

Title Property

Summary

Title value to be used in the resulting PDF document.

Syntax
C#
VB
Objective-C
C++
Java
public string Title { get; set; } 
Public Property Title As String 
@property (nonatomic, copy, nullable) NSString *title 
public String getTitle() 
public void setTitle(String title) 
public: 
property String^ Title { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A String which contains the PDF document title to be used. To reset the title value, use either an empty string or null. Default value is null.

Remarks

The title for any PDF document can be retrieved by PDF viewers. Note that many search and indexing engines use the title in the resulting list or as metadata.

LEADTOOLS Document writers supports the following PDF properties:

Example

For an example, refer to PdfDocumentOptions.

Requirements

Target Platforms

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

Leadtools.Document.Writer Assembly