LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

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 DocumentProperties {get;}
 get_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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFDocument Class
PDFDocument Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.