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);
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:
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2