Back to Devexpress

PdfCommentSortMode Enum

officefileapi-devexpress-dot-pdf-bf14d6a2.md

latest1.3 KB
Original Source

PdfCommentSortMode Enum

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

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Drawing

Declaration

csharp
public enum PdfCommentSortMode
vb
Public Enum PdfCommentSortMode

Members

NameDescription
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.

|

The following properties accept/return PdfCommentSortMode values:

LibraryRelated API Members
WinForms ControlsPdfViewer.CommentSortMode
WPF ControlsPdfCommentViewerSettings.Sort

See Also

DevExpress.Pdf Namespace