LEADTOOLS PDF (Leadtools.Pdf assembly)

DocumentProperties Property (PDFDocument)

Show in webframe





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:
property PDFDocumentProperties^ DocumentProperties {
   PDFDocumentProperties^ get();
}

Property Value

A PDFDocumentProperties object that contains the properties or metadata of the PDF file associated with this PDFDocument. Default value is null (Nothing in Visual Basic).
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.