Back to Devexpress

PdfCommentViewerSettings.Source Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfcommentviewersettings-6b52a04f.md

latest1.6 KB
Original Source

PdfCommentViewerSettings.Source Property

Gets a collection of annotations and replies stored in the Comments panel.

Namespace : DevExpress.Xpf.PdfViewer

Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public IGroupCollection Source { get; }
vb
Public ReadOnly Property Source As IGroupCollection

Property Value

TypeDescription
DevExpress.Pdf.Drawing.IGroupCollection

A collection of annotations and replies.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Source
PdfViewerControl

.ActualCommentViewerSettings .Source

| | PdfViewerControl |

.CommentViewerSettings .Source

|

See Also

PdfCommentViewerSettings Class

PdfCommentViewerSettings Members

DevExpress.Xpf.PdfViewer Namespace