-
-
GrapeCity.Documents.Excel
-
- AsyncCustomFunction
- BaseCellType
- ButtonCellType
- CalcReference
- CellColorSortField
- CellDecoration
- CellDecorationIcon
- CellInfo
- CellPadding
- CheckBoxCellType
- CheckBoxListCellType
- ColorUtilities
- ComboBoxCellItem
- ComboBoxCellType
- CornerFold
- CsvOpenOptions
- CsvParseContext
- CsvParseResult
- CsvSaveOptions
- CustomBorderStyle
- CustomFunction
- DataImportOptions
- DataImportResult
- DataValidationJsonError
- DateTimeConverter
- DeserializationOptions
- DocumentProperties
- FindOptions
- FontColorSortField
- FormulaJsonError
-
HtmlSaveOptions
-
- AddTooltipText
- AttachedFilesUrlPrefix
- CellAttributeOptions
- CellCssPrefix
- CssExportType
- Encoding
- ExportArea
- ExportCssSeparately
- ExportDocumentProperties
- ExportFileName
- ExportGridlines
- ExportHeadings
- ExportHiddenWorksheet
- ExportImageAsBase64
- ExportSheetName
- ExportSingleTab
- IncludeAutoMergedCells
- IsExportComments
- IsFullPathLink
- IsWidthScalable
- LinkTargetType
- PageTitle
- TableCssId
-
- HyperLinkCellType
- IconSortField
- ImageSaveOptions
- ImageSource
- InvalidFormulaException
- InvalidTemplateException
- JsonDataSource
- JsonError
- LicenseManager
- Margin
- NumberFormatParseException
- OpenOptions
- OpenOptionsBase
- PageContentInfo
- PageInfo
- PagePrintedEventArgs
- PagePrintEventArgs
- PagePrintingEventArgs
- PageSettings
- Parameter
- PasteOption
- PdfSaveOptions
- PdfSecurityOptions
- PivotFilterOptions
- PrintManager
- PrintOutOptions
- RadioButtonListCellType
- RangeEventArgs
- RangeTemplateCellType
- RepeatSetting
- ReplaceOptions
- SaveOptions
- SaveOptionsBase
- SelectFieldItem
- SerializationOptions
- SheetEventArgs
- SignatureDetails
- SjsOpenOptions
- SjsSaveOptions
- SortFieldBase
- TextFormatInfo
- Theme
- Themes
- ValueSortField
- ViewerPreferences
- WebRequestResult
- Workbook
- WorkbookOptions
- WriteProtection
- XlsmOpenOptions
- XlsmSaveOptions
- XlsxOpenOptions
- XlsxSaveOptions
- XltxOpenOptions
- XltxSaveOptions
-
- GrapeCity.Documents.Excel.Drawing
- GrapeCity.Documents.Excel.Expressions
- GrapeCity.Documents.Excel.Forms
-
GrapeCity.Documents.Excel
(Showing Draft Content)
GrapeCity.Documents.Excel.HtmlSaveOptions.ExportImageAsBase64
ExportImageAsBase64 Property
ExportImageAsBase64
Specifies whether images are saved in Base64 format to html. The default value is false. When this property is set to true image data is exported directly on the img elements and separate files are not created.
Declaration
public bool ExportImageAsBase64 { get; set; }
Public Property ExportImageAsBase64 As Boolean