Skip to main content
All docs
V26.1
  • BaseAnnotation.Modified Property

    Gets or sets the date and time of the annotation’s most recent modification.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public DateTimeOffset? Modified { get; set; }

    Property Value

    Type Description
    Nullable<DateTimeOffset>

    The date and time of the annotation’s most recent modification.

    See Also