| PdfDocumentModificationDate Property |
The date and time the document was most recently modified, in human-readable form (see Section 3.8.3, “Dates” in PDF Refernce 1.7).
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public string ModificationDate { get; set; }
Public Property ModificationDate As String
Get
Set
public:
property String^ ModificationDate {
String^ get ();
void set (String^ value);
}
member ModificationDate : string with get, set
/** @property */
public String get_ModificationDate()
/** @property */
public void set_ModificationDate(String value)
function get_ModificationDate();
function set_ModificationDate(value);
Property Value
StringSee Also