Skip to main content
All docs
V25.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.v25.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