menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class HandwrittenSignatureSettings

    Represents the customization settings for handwritten signature.

    Inheritance
    System.Object
    InkAnnotationSettings
    HandwrittenSignatureSettings
    Inherited Members
    InkAnnotationSettings.Color
    InkAnnotationSettings.Constraints
    InkAnnotationSettings.EnableSeparateAttributesForEachStroke
    InkAnnotationSettings.IsLocked
    InkAnnotationSettings.MaximumHeight
    InkAnnotationSettings.MaximumWidth
    InkAnnotationSettings.MinimumHeight
    InkAnnotationSettings.MinimumWidth
    InkAnnotationSettings.Opacity
    InkAnnotationSettings.Thickness
    InkAnnotationSettings.TouchMode
    Namespace: Syncfusion.SfPdfViewer.iOS
    Assembly: Syncfusion.SfPdfViewer.iOS.dll
    Syntax
    public class HandwrittenSignatureSettings : InkAnnotationSettings

    Properties

    FlattenSignatureOnSave

    If set to true, flattens the signature to PDF in the saving process. Default value is false.

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

    MinimumSize

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

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