Skip to main content
All docs
V25.1
  • PdfCommentSortMode Enum

    Lists values used to specify the annotation’s sort mode in the Comments pane.

    Namespace: DevExpress.Pdf

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

    NuGet Package: DevExpress.Pdf.Drawing

    Declaration

    public enum PdfCommentSortMode

    Members

    Name Description
    Page

    Annotations are sorted by page.

    Author

    Annotations are sorted by author.

    Date

    Annotations are sorted by date.

    Checked

    Annotations are sorted by checkmark status (checked or unchecked).

    Type

    Annotations are sorted by type.

    Related API Members

    The following properties accept/return PdfCommentSortMode values:

    Library Related API Members
    WinForms Controls PdfViewer.CommentSortMode
    WPF Controls PdfCommentViewerSettings.Sort

    See Also