Error processing SSI file
LEADTOOLS PDF (Leadtools.Pdf assembly)

Show in webframe

DocumentProperties Property (PDFDocument)






Gets the properties or metadata of this PDF document.
Syntax
public PDFDocumentProperties DocumentProperties {get;}
'Declaration
 
Public ReadOnly Property DocumentProperties As PDFDocumentProperties
'Usage
 
Dim instance As PDFDocument
Dim value As PDFDocumentProperties
 
value = instance.DocumentProperties
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

See Also

Reference

PDFDocument Class
PDFDocument Members

Error processing SSI file
   Leadtools.Pdf requires a PDF Pro, Pro Suite, Document, or Medical license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features