menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AnnotationSettings - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AnnotationSettings

    Provides the common settings for all the annotations.

    Inheritance
    System.Object
    AnnotationSettings
    PdfViewerFreeTextSettings
    PdfViewerInkSettings
    PdfViewerStampSettings
    PdfViewerStickyNoteSettings
    ShapeAnnotationSettings
    TextMarkupAnnotationSettings
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class AnnotationSettings

    Constructors

    AnnotationSettings()

    Declaration
    public AnnotationSettings()

    Properties

    Author

    Gets or sets the author name for the annotation.

    Declaration
    public string Author { get; set; }
    Property Value
    Type
    System.String

    Constraints

    Gets or sets the constraint status of the annotation.

    Declaration
    public AnnotationConstraints Constraints { get; set; }
    Property Value
    Type
    AnnotationConstraints

    IsLocked

    Gets or Sets the Status of the Locked checkbox

    Declaration
    public bool IsLocked { get; set; }
    Property Value
    Type
    System.Boolean

    ModifiedDate

    Gets or sets the modified date and time for the annotation.

    Declaration
    public DateTime ModifiedDate { get; set; }
    Property Value
    Type
    System.DateTime

    Opacity

    Gets or Sets the opacity value for the annotation which ranges from 0 to 1.

    Declaration
    public float Opacity { get; set; }
    Property Value
    Type
    System.Single

    Subject

    Gets or sets the subject for the annotation.

    Declaration
    public string Subject { get; set; }
    Property Value
    Type
    System.String

    Text

    Gets or sets the content for the annotation.

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved