Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFDocumentProperties Class : Created Property |
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 Date getCreated() public void setCreated(Date created)
LEADTOOLS will store the UTC value of Created in the PDF file.
For an example, refer to PDFFile, PDFFile.SetDocumentProperties and PDFDocument.