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;}
get_Keywords();
set_Keywords(value);
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: