'宣言 Public Property CreationDate As System.Date
'使用法 Dim instance As PdfDocumentInfo Dim value As System.Date instance.CreationDate = value value = instance.CreationDate
public System.DateTime CreationDate {get; set;}
The default value for this property is DateTime.MinValue, which causes the current date/time to be used when the document is saved.
'宣言 Public Property CreationDate As System.Date
'使用法 Dim instance As PdfDocumentInfo Dim value As System.Date instance.CreationDate = value value = instance.CreationDate
public System.DateTime CreationDate {get; set;}