←Select platform

DocumentProperties Property

Summary

Gets the properties or metadata of this PDF document.

Syntax

C#
VB
Java
C++
public PDFDocumentProperties DocumentProperties { get; } 
Public ReadOnly Property DocumentProperties As Leadtools.Pdf.PDFDocumentProperties 
public PDFDocumentProperties getDocumentProperties() 
public: 
property Leadtools.Pdf.PDFDocumentProperties^ DocumentProperties { 
   Leadtools.Pdf.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly