menu

Blazor

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

    Show / Hide Table of Contents

    Class SaveFormat

    Specifies the formats to be used to save images.

    Inheritance
    System.Object
    SaveFormat
    Namespace: Syncfusion.Blazor.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class SaveFormat : Enum
    Remarks

    Determines how images are stored after being uploaded.

    Fields

    Base64

    Saves the uploaded images as Base64 format.

    Declaration
    public const SaveFormat Base64
    Field Value
    Type Description
    SaveFormat

    Base64 encoding format for images.

    Remarks

    Embeds image data directly within documents.

    Blob

    Saves the uploaded images as Blob format.

    Declaration
    public const SaveFormat Blob
    Field Value
    Type Description
    SaveFormat

    Blob storage format for images.

    Remarks

    Suitable for large or external image file handling.

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