Gets or sets the date and time when the annotation was created.
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public DateTime CreationDate { get; set; }
Public Property CreationDate As DateTime Get Set
public: property DateTime CreationDate { DateTime get (); void set (DateTime value); }
member CreationDate : DateTime with get, set