←Select platform

DocumentProperties Property

Summary

Gets the properties or metadata of this PDF document.

Syntax
C#
VB
C++
Java
public PDFDocumentProperties DocumentProperties { get; } 
Public ReadOnly Property DocumentProperties As PDFDocumentProperties 
public PDFDocumentProperties getDocumentProperties() 
public: 
property PDFDocumentProperties^ DocumentProperties { 
   PDFDocumentProperties^ get(); 
} 

Property Value

A PDFDocumentProperties object that contains the properties or metadata of the PDF file associated with this PDFDocument. The default value is null.

Remarks

The properties or metadata such as author, subject and keywords are automatically read from the PDF file when the PDFDocument is constructed.

To update the properties of a PDF file, use the PDFFile.SetDocumentProperties method.

Example

For an example, refer to 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