menu

WinForms

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

    Show / Hide Table of Contents

    Class HtmlSaveOptions

    Inheritance
    System.Object
    HtmlSaveOptions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class HtmlSaveOptions

    Constructors

    HtmlSaveOptions()

    Initializes a new instance of the class.

    Declaration
    public HtmlSaveOptions()

    Fields

    Default

    object

    Declaration
    public static HtmlSaveOptions Default
    Field Value
    Type
    HtmlSaveOptions

    Properties

    ImagePath

    Gets or sets the image path.

    Declaration
    public string ImagePath { get; set; }
    Property Value
    Type Description
    System.String

    The image path.

    TextMode

    Gets or sets the input text mode

    Declaration
    public HtmlSaveOptions.GetText TextMode { get; set; }
    Property Value
    Type
    HtmlSaveOptions.GetText
    Remarks

    Useful to convert sheet data based on either DisplayText or Value

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