←Select platform

Keywords Property

Summary

Keywords to be used in the resulting PDF document.

Syntax
C#
VB
Objective-C
C++
Java
public string Keywords { get; set; } 
Public Property Keywords As String 
@property (nonatomic, copy, nullable) NSString *keywords 
public String getKeywords() 
public void setKeywords(String keywords) 
public: 
property String^ Keywords { 
   String^ get(); 
   void set (    String^ ); 
} 

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly