| PdfDocumentCreationDate Property |
The date and time the document was created, 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.94.2704
Syntax public string CreationDate { get; set; }
Public Property CreationDate As String
Get
Set
public:
property String^ CreationDate {
String^ get ();
void set (String^ value);
}
member CreationDate : string with get, set
/** @property */
public String get_CreationDate()
/** @property */
public void set_CreationDate(String value)
function get_CreationDate();
function set_CreationDate(value);
Property Value
StringSee Also