Back to Devexpress

PdfPrinterSettings.PrintStickyNotes Property

officefileapi-devexpress-dot-pdf-dot-pdfprintersettings-799469bd.md

latest1.8 KB
Original Source

PdfPrinterSettings.PrintStickyNotes Property

Gets or sets whether to print text markup annotations (sticky notes).

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Drawing.dll

NuGet Package : DevExpress.Pdf.Drawing

Declaration

csharp
[DefaultValue(true)]
public bool PrintStickyNotes { get; set; }
vb
<DefaultValue(True)>
Public Property PrintStickyNotes As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to print sticky notes; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to PrintStickyNotes
WinForms ControlsPdfPageSetupDialogShowingEventArgs

.PrinterSettings .PrintStickyNotes

| | WPF Controls | PageSetupDialogShowingEventArgs |

.PrinterSettings .PrintStickyNotes

|

See Also

PdfPrinterSettings Class

PdfPrinterSettings Members

DevExpress.Pdf Namespace