←Select platform

Created Property

Summary

Creation date and time of the PDF document. This is optional.

Syntax

C#
VB
Java
C++
public DateTime Created { get; set; } 
Public Property Created As Date 
public Date getCreated() 
public void setCreated(Date created) 
             
public: 
property DateTime Created { 
   DateTime get(); 
   void set (    DateTime ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly