menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ImageSaveOption - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ImageSaveOption

    Save options for image in Html text.

    Inheritance
    System.Object
    ImageSaveOption
    Namespace: Syncfusion.XForms.RichTextEditor
    Assembly: Syncfusion.SfRichTextEditor.XForms.dll
    Syntax
    public sealed class ImageSaveOption : Enum

    Fields

    Base64

    To save image as base64.

    Declaration
    public const ImageSaveOption Base64
    Field Value
    Type
    ImageSaveOption

    Default

    To save image as blob url.

    Declaration
    public const ImageSaveOption Default
    Field Value
    Type
    ImageSaveOption
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved