Keywords to be used in the resulting PDF document.
public string Keywords { get; set; }
Public Property Keywords As String
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');
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.
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:
For an example, refer to PdfDocumentOptions.
Programming with LEADTOOLS Document Writers
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET