menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class FormSettings

    Represents the settings to customize the rendering of form fields.

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

    Constructors

    FormSettings()

    Declaration
    public FormSettings()

    Fields

    FlattenSignatureFieldsProperty

    Gets the FlattenSignatureFields property of FormSettings. This is a bindable property.

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

    A bindable property that gets and sets a value indicating whether the signature field should be flattened when the PDF is loaded.

    Properties

    CanEdit

    Gets or sets a value that indicates whether all the form fields in the PDF can be edited or not.

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

    FlattenSignatureFields

    Gets or sets a value indicating whether the signature field should be flattened when the PDF is loaded. If the value is true, the signature fields cannot be selected or moved.

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

    Default value is false

    Remarks

    Changing the value of this API at run time will not have any effect after the PDF has completed loading.

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