Skip to main content
All docs
V25.1
  • PdfMarkupToolsSettings.StickyNoteDefaultSubject Property

    Specifies the default subject for a sticky notes tool.

    Namespace: DevExpress.XtraPdfViewer

    Assembly: DevExpress.XtraPdfViewer.v25.1.dll

    NuGet Package: DevExpress.Win.PdfViewer

    Declaration

    public string StickyNoteDefaultSubject { get; set; }

    Property Value

    Type Description
    String

    The sticky note subject.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to StickyNoteDefaultSubject
    PdfViewer
    .MarkupToolsSettings .StickyNoteDefaultSubject
    See Also