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

DocumentProperties Property (PDFFile)






Gets or sets the PDF document properties or metadata used with this PDFFile object.
Syntax
public PDFDocumentProperties DocumentProperties {get; set;}
'Declaration
 
Public Property DocumentProperties As PDFDocumentProperties
'Usage
 
Dim instance As PDFFile
Dim value As PDFDocumentProperties
 
instance.DocumentProperties = value
 
value = instance.DocumentProperties
public PDFDocumentProperties DocumentProperties {get; set;}
 get_DocumentProperties();
set_DocumentProperties(value);
public:
property PDFDocumentProperties^ DocumentProperties {
   PDFDocumentProperties^ get();
   void set (    PDFDocumentProperties^ value);
}

Property Value

A PDFDocumentProperties that contain the PDF document properties or metadata used with this PDFFile. The default value is null (Nothing in Visual Basic).
Remarks

This property is used by this PDFFile in multiple ways:

Example

For an example, refer to PDFFile.

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

PDFFile Class
PDFFile Members

 

 


Products | Support | Contact Us | Copyright Notices

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