menu

Document Processing

AnnotationSettings Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    AnnotationSettings Class

    Provides the common settings for all the annotations.

    Inheritance
    System.Object
    AnnotationSettings
    PdfViewerFreeTextSettings
    PdfViewerInkSettings
    PdfViewerStampSettings
    PdfViewerStickyNoteSettings
    ShapeAnnotationSettings
    TextMarkupAnnotationSettings
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class AnnotationSettings : Object

    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