UWP

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

    Show / Hide Table of Contents

    Class AnnotationSettings

    Represents annotation settings of SfPdfViewerControl

    Inheritance
    System.Object
    AnnotationSettings
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.SfPdfViewer.UWP.dll
    Syntax
    public class AnnotationSettings : Object

    Constructors

    AnnotationSettings()

    Creates a new instance of the AnnotationSettings class.

    Declaration
    public AnnotationSettings()

    Properties

    Author

    Gets or sets the default author of the annotations

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

    ColorPickerMode

    Gets or sets the color picker option.

    Declaration
    public ColorPickerMode ColorPickerMode { get; set; }
    Property Value
    Type Description
    ColorPickerMode

    IsReadOnly

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

    The default value is false.

    Remarks

    When the property is true, only the tapped event will be raised, and the selected event will not be raised.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved