menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HandwrittenSignatureSettings - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HandwrittenSignatureSettings

    Represents the customization of hand written signature.

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

    Fields

    ColorProperty

    Gets the Color property of HandwrittenSignatureSettings. This is a bindable property.

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

    A bindable property that gets and sets the stroke color of the hand written signature.

    MinimumSizeProperty

    Gets the MinimumSize property of HandwrittenSignatureSettings. 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 handwritten signature annotation.

    OpacityProperty

    Gets the Opacity property of HandwrittenSignatureSettings. This is a bindable property.

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

    A bindable property that gets and sets the opacity of the hand written signature.

    ThicknessProperty

    Gets the Thickness property of HandwrittenSignatureSettings. This is a bindable property.

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

    A bindable property that gets and sets the thickness of the hand written signature.

    Properties

    Color

    Gets or sets and sets default color of hand written signature.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    Default hand written signature color is black.

    Constraints

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

    FlattenSignatureOnSave

    Gets or sets a value indicating whether if set to true flattens the signature to the PDF document in saving process. If set to false, signature will not be flatten. Default value is false.

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

    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
    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
    Xamarin.Forms.Size
    Remarks

    The value of this API does not affect polygon and cloud annotation’s minimum size

    Opacity

    Gets or sets default opacity of hand written signature.

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

    Default hand written signature opacity is 1.

    Thickness

    Gets or sets default thickness of hand written signature.

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

    Default hand written signature thickness is 5.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved