Leadtools.Forms.DocumentWriters Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Keywords Property
See Also 
Leadtools.Forms.DocumentWriters Namespace > PdfDocumentOptions Class : Keywords Property



Gets or sets the keywords to be used in the resulting PDF document.

Syntax

Visual Basic (Declaration) 
Public Property Keywords As String
Visual Basic (Usage)Copy Code
Dim instance As PdfDocumentOptions
Dim value As String
 
instance.Keywords = value
 
value = instance.Keywords
C# 
public string Keywords {get; set;}
C++/CLI 
public:
property String^ Keywords {
   String^ get();
   void set (String^ value);
}

Return Value

A String which contains the keywords associated with the PDF document. To reset the keywords value, use either an empty string or a null reference (Nothing in Visual Basic)

Example

For an example, refer to PdfDocumentOptions.

Remarks

The keywords for any PDF document can be retrieved by PDF viewers. Note that keywords can be particulary 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:

Note that Keywords is not supported when DocumentType is PdfDocumentType.PdfA.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features