Skip to main content
All docs
V24.1

IPdfDocument.CreateComments(PdfCommentSortMode) Method

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v24.1.dll

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

IGroupCollection CreateComments(
    PdfCommentSortMode sort
)

Parameters

Name Type Description
sort PdfCommentSortMode

 

Returns

Type Description
DevExpress.Pdf.Drawing.IGroupCollection

 

See Also