Class FormSettings
Represents the settings to customize the rendering of form fields.
Inheritance
System.Object
FormSettings
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.dll
Syntax
public class FormSettings : Object
Constructors
FormSettings()
Declaration
public FormSettings()
Properties
FlattenSignatureFields
Gets or sets a value that indicates whether signature form fields should be flattened when the page is rendered.
Declaration
public bool FlattenSignatureFields { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | Default value is false |
Remarks
Setting this property to true, will flatten the signature only for rendering its contents, the signature will not be flattened when the PDF is saved. Changing the value of the property dynamically after the PDF is loaded does not affect the rendering of signature fields.