WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfViewerStickyNoteSettings

    Show / Hide Table of Contents

    Class PdfViewerStickyNoteSettings

    Provides settings for sticky note annotation.

    Inheritance
    System.Object
    AnnotationSettings
    PdfViewerStickyNoteSettings
    Inherited Members
    AnnotationSettings.Author
    AnnotationSettings.Subject
    AnnotationSettings.Text
    AnnotationSettings.Opacity
    AnnotationSettings.IsLocked
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    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 Description
    PdfPopupIcon
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved