menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SignatureFileType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SignatureFileType

    Specifies the file format options for saving signatures in the SfSignature component.

    Inheritance
    System.Object
    SignatureFileType
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class SignatureFileType : Enum
    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

    Jpeg

    Specifies the signature file format as JPEG (Joint Photographic Experts Group).

    Declaration
    public const SignatureFileType Jpeg
    Field Value
    Type
    SignatureFileType
    Remarks

    JPEG format provides lossy compression resulting in smaller file sizes but does not support transparency. Best suited when file size is a concern and transparency is not required.

    Png

    Specifies the signature file format as PNG (Portable Network Graphics).

    Declaration
    public const SignatureFileType Png
    Field Value
    Type
    SignatureFileType
    Remarks

    PNG format provides lossless compression and supports transparency, making it ideal for signature images with transparent backgrounds.

    Svg

    Specifies the signature file format as SVG (Scalable Vector Graphics).

    Declaration
    public const SignatureFileType Svg
    Field Value
    Type
    SignatureFileType
    Remarks

    SVG format stores signatures as vector graphics, providing infinite scalability without quality loss. Ideal for applications requiring high-quality signatures at various sizes.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved