Back to Devexpress

PdfViewer.CommentSortMode Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-ade817da.md

latest1.6 KB
Original Source

PdfViewer.CommentSortMode Property

Gets or sets the sorting mode for the annotations and comments in the Comments navigation pane.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
[DefaultValue(PdfCommentSortMode.Page)]
public PdfCommentSortMode CommentSortMode { get; set; }
vb
<DefaultValue(PdfCommentSortMode.Page)>
Public Property CommentSortMode As PdfCommentSortMode

Property Value

TypeDefaultDescription
PdfCommentSortModePage

An enumeration value that indicates the sorting mode.

|

Available values:

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.

|

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace