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 : Modified Property |
public DateTime Modified {get; set;}
'Declaration
Public Property Modified As Date
'Usage
Dim instance As PDFDocumentProperties Dim value As Date instance.Modified = value value = instance.Modified
public Date getModified() public void setModified(Date modified)
LEADTOOLS will store the UTC value of Modified in the PDF file.
For an example, refer to PDFFile, PDFFile.SetDocumentProperties and PDFDocument.