Enum SignatureType
Represent the signature types.
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum SignatureType
Fields
| Name | Description |
|---|---|
| Draw | Represents the default signature type. |
| Image | Represents the image signature type. |
| Type | Represents the text signature type. |