Enum SignatureFileType
Specifies the file format options for saving signatures in the SfSignature component.
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SignatureFileType
Remarks
This enumeration defines the supported file formats for signature export operations. Each format has different characteristics in terms of file size, quality, and compatibility.
Fields
| Name | Description |
|---|---|
| Jpeg | Specifies the signature file format as JPEG (Joint Photographic Experts Group). |
| Png | Specifies the signature file format as PNG (Portable Network Graphics). |
| Svg | Specifies the signature file format as SVG (Scalable Vector Graphics). |