alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum SaveFormat

    Specifies the formats available for saving image data in the component.

    Namespace: Syncfusion.Blazor.BlockEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum SaveFormat
    Remarks
    • Base64 - Represents the image data encoded as a Base64 string. Useful for embedding images directly in HTML or JSON.
    • Blob - Represents the image data as a binary large object (Blob). Suitable for file downloads or storage in binary format.

    Fields

    Name Description
    Base64

    Represents the image data encoded as a Base64 string.

    Blob

    Represents the image data as a binary large object (Blob).

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