menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class HandwrittenSignatureSettings

    Represents the customization of hand written signature.

    Inheritance
    System.Object
    InkAnnotationSettings
    HandwrittenSignatureSettings
    Inherited Members
    InkAnnotationSettings.Color
    InkAnnotationSettings.Constraints
    InkAnnotationSettings.EnableSeparateAttributesForEachStroke
    InkAnnotationSettings.Opacity
    InkAnnotationSettings.Thickness
    Namespace: Syncfusion.SfPdfViewer.Android
    Assembly: Syncfusion.SfPdfViewer.Android.dll
    Syntax
    public class HandwrittenSignatureSettings : InkAnnotationSettings

    Properties

    FlattenSignatureOnSave

    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

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

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

    MinimumSize

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

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