Class PdfViewerStickyNoteSettings
Provides settings for sticky note annotation.
Inherited Members
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class PdfViewerStickyNoteSettings : AnnotationSettings
Constructors
PdfViewerStickyNoteSettings()
Declaration
public PdfViewerStickyNoteSettings()
Properties
Color
Gets or Sets the color of the sticky note annotation when on inclusion. The default value is Yellow.
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
System.Windows.Media.Color |
Icon
Gets or sets the default appearance of a sticky note icon when on inclusion. The default value is comment.
Declaration
public PdfPopupIcon Icon { get; set; }
Property Value
Type |
---|
PdfPopupIcon |