LEADTOOLS PDF (Leadtools.Pdf assembly)

Created Property

Show in webframe





Gets or sets the a value that represents the creation date and time of the PDF document. This is optional.
Syntax
public DateTime Created {get; set;}
'Declaration
 
Public Property Created As Date
'Usage
 
Dim instance As PDFDocumentProperties
Dim value As Date
 
instance.Created = value
 
value = instance.Created

            

            
public:
property DateTime Created {
   DateTime get();
   void set (    DateTime value);
}

Property Value

A System.DateTime that contain the optional created date and time of the PDF document. The default value is an empty System.DateTime object.
Remarks

LEADTOOLS will store the UTC value of Created in the PDF file.

Example

For an example, refer to PDFFile, PDFFile.SetDocumentProperties and PDFDocument.

Requirements

Target Platforms

See Also

Reference

PDFDocumentProperties Class
PDFDocumentProperties Members

 

 


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