Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / MarkupAnnotation Class / CreationDate Property

In This Topic
    CreationDate Property (MarkupAnnotation)
    In This Topic
    Gets or sets the date and time when the annotation was created.
    Syntax
    'Declaration
     
    Public Property CreationDate As System.Nullable(Of PdfDateTime)
    public System.Nullable<PdfDateTime> CreationDate {get; set;}
    See Also