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.