LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

Modified Property (PDFDocumentProperties)






Gets or sets the a value that represents the modified date and time of the PDF document. This is optional.
Syntax
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 DateTime Modified {get; set;}
 get_Modified();
set_Modified(value);
public:
property DateTime Modified {
   DateTime get();
   void set (    DateTime value);
}

Property Value

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

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

Example

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFDocumentProperties Class
PDFDocumentProperties Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.