Error processing SSI file
LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly)

Show in webframe

Title Property








Gets or sets a title value to be used in the resulting PDF document.
Syntax
public string Title {get; set;}
'Declaration
 
Public Property Title As String
'Usage
 
Dim instance As PdfDocumentOptions
Dim value As String
 
instance.Title = value
 
value = instance.Title
public string Title {get; set;}
@property (nonatomic, copy, nullable) NSString *title
public String getTitle()
public void setTitle(String title)
            
 <br/>get_Title();<br/>set_Title(value);<br/>Object.defineProperty('Title'); 
public:
property String^ Title {
   String^ get();
   void set (    String^ value);
}

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

See Also

Reference

PdfDocumentOptions Class
PdfDocumentOptions Members
DocumentWriter Class
Programming with LEADTOOLS Document Writers
Files to be Included with Your Application
Unlocking Special LEAD Features

Error processing SSI file
Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features