Skip to main content
All docs
V25.1
  • PdfAnnotationFacade.ModificationDate Property

    Specifies the date and time when the annotation was last modified.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public DateTimeOffset? ModificationDate { get; set; }

    Property Value

    Type Description
    Nullable<DateTimeOffset>

    The annotation’s modification date.

    See Also