Class HandwrittenSignatureSettings
Represents the customization settings for handwritten signature.
Inherited Members
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 |