menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StampAnnotationSettings - API Reference

    Show / Hide Table of Contents

    Class StampAnnotationSettings

    Inheritance
    System.Object
    StampAnnotationSettings
    Namespace: Syncfusion.SfPdfViewer.XForms
    Assembly: Syncfusion.SfPdfViewer.XForms.dll
    Syntax
    public class StampAnnotationSettings : BindableObject

    Constructors

    StampAnnotationSettings()

    Initializes a new instance of the StampAnnotationSettings class.

    Declaration
    public StampAnnotationSettings()

    Fields

    MinimumSizeProperty

    Gets the MinimumSize property of StampAnnotationSettings. This is a bindable property.

    Declaration
    public static readonly BindableProperty MinimumSizeProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    A bindable property that gets and sets the minimum size for the free text annotation.

    Properties

    Constraints

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

    IsLocked

    Gets or sets a value indicating whether the annotations can be edited. If this property is true, annotations can be selected, but resizing, moving, editing and removing actions will be disabled for the user. Default value is false.

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

    MinimumSize

    Gets or sets the minimum size to which the annotation can be resized.

    Declaration
    public Size MinimumSize { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Size
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved