Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Forms.DocumentWriters Namespace > PdfDocumentOptions Class : Keywords Property |
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');
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: