PdfDocumentInformation
CreationDate Property
|
Note: This API is now obsolete.
Gets or sets the creation date.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[ObsoleteAttribute("This set method may be removed in the future, but get method still works")]
public DateTime CreationDate { get; set; }
<ObsoleteAttribute("This set method may be removed in the future, but get method still works")>
Public Property CreationDate As DateTime
Get
Set
public:
[ObsoleteAttribute(L"This set method may be removed in the future, but get method still works")]
property DateTime CreationDate {
DateTime get ();
void set (DateTime value);
}
[<ObsoleteAttribute("This set method may be removed in the future, but get method still works")>]
member CreationDate : DateTime with get, set
Property Value
Type:
DateTime
See Also