Back to Devexpress

PdfViewer.AddStickyNoteAnnotation(PdfDocumentPosition, String) Method

maui-devexpress-dot-maui-dot-pdf-dot-pdfviewer-dot-addstickynoteannotation-x28-devexpress-dot-pdf-dot-pdfdocumentposition-system-dot-string-x29.md

latest1.2 KB
Original Source

PdfViewer.AddStickyNoteAnnotation(PdfDocumentPosition, String) Method

Adds a sticky note annotation.

Namespace : DevExpress.Maui.Pdf

Assembly : DevExpress.Maui.Pdf.dll

NuGet Package : DevExpress.Maui.Pdf

Declaration

csharp
public void AddStickyNoteAnnotation(
    PdfDocumentPosition position,
    string comment = null
)

Parameters

NameTypeDescription
positionPdfDocumentPosition

Specifies the sticky note position.

|

Optional Parameters

NameTypeDefaultDescription
commentStringnull

Specifies the sticky note text.

|

Remarks

For more information about annotations, refer to the following help topic: Add Annotations in the DevExpress PDF Viewer for .NET MAUI.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.Maui.Pdf Namespace