Class HandwrittenSignatureSettings
Represents the customization of hand written signature.
Inherited Members
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 |