Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfCommentSortMode Enum

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.2.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