Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / AnnotationBase Class / ModifiedDate Property

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