←Select platform

Keywords Property

Summary

Keywords of the PDF document. This is optional.

Syntax
C#
VB
C++
Java
public string Keywords { get; set; } 
Public Property Keywords As String 
public String getKeywords() 
public void setKeywords(String keywords) 
public: 
property String^ Keywords { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String that contain the keywords of the PDF document. The default value is null.

Remarks

LEADTOOLS will load or store the value of Keywords as is in the PDF file. No special separators are defined by the PDF standard. You can use your own separators if required, such as a semi colon or a comma.

PDF property item strings must be 126 characters or less. This is defined by the PDFDocument.MaximumStringLength constant. LEADTOOLS will automatically truncate the string if required.

Example

For an example, refer to PDFFile, PDFFile.SetDocumentProperties and PDFDocument.

Requirements

Target Platforms

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

Leadtools.Pdf Assembly