LEADTOOLS PDF (Leadtools.Pdf assembly)

DocumentProperties Property (PDFFile)

Show in webframe





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:
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

See Also

Reference

PDFFile Class
PDFFile Members

 

 


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