PrintDocument for WinForms
CreationDate プロパティ


C1.PrintDocument.6 アセンブリ > C1.C1Pdf 名前空間 > PdfDocumentInfo クラス : CreationDate プロパティ
Gets or sets the creation date and time of the document.

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;}
参照

PdfDocumentInfo クラス
PdfDocumentInfo メンバ