←Select platform

DocumentProperties Property

Summary
PDF document properties or metadata used with this PDFFile object.
Syntax
C#
VB
C++
Java
public PDFDocumentProperties DocumentProperties { get; set; } 
Public Property DocumentProperties As PDFDocumentProperties 
public String getDocumentProperties(); 
public void setDocumentProperties( 
   java.lang.String string 
); 
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:

  • This property will be populated with the PDF document filename property set in FileName after you call the Load method.

  • You can also use the loaded properties, modify it or completely set your own object and then use it to update the properties of the created or updated PDF by the Convert, Distill, DeletePages, InsertPagesFrom and ReplacePagesFrom methods

Example

For an example, refer to PDFFile.

Requirements

Target Platforms

See Also

Reference

PDFFile Class

PDFFile Members

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

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.