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

Show in webframe

Keywords Property








Gets or sets the keywords to be used in the resulting PDF document.
Syntax
public string Keywords {get; set;}
'Declaration
 
Public Property Keywords As String
'Usage
 
Dim instance As PdfDocumentOptions
Dim value As String
 
instance.Keywords = value
 
value = instance.Keywords
public string Keywords {get; set;}
@property (nonatomic, copy, nullable) NSString *keywords
public String getKeywords()
public void setKeywords(String keywords)
            
 <br/>get_Keywords();<br/>set_Keywords(value);<br/>Object.defineProperty('Keywords'); 
public:
property String^ Keywords {
   String^ get();
   void set (    String^ value);
}

Property Value

A String which contains the keywords associated with the PDF document. To reset the keywords value, use either an empty string or null. Default value is null.
Remarks

The keywords for any PDF document can be retrieved by PDF viewers. Note that keywords can be particularly useful for search and indexing engines when PDF classifying documents and will always be used as part of the document metadata.

PDF uses commas or dots to separate the different keywords in the document. For example, to use One, Two, Three as the keywords, pass a string in one of the following format: "One,Two,Three" or "One.Two.Three".

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