←Select platform

DocumentProperties Property

Summary

PDF document properties or metadata used with this PDFFile object.

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

Property Value

A PDFDocumentProperties that contain the PDF document properties or metadata used with this PDFFile. The default value is null .

Remarks

This property is used by this PDFFile in multiple ways:

Example

For an example, refer to PDFFile.

Requirements

Target Platforms

See Also

Reference

PDFFile Class

PDFFile Members

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