Gets or sets a value indicating whether ExcelPictures will be exported.
Only JPEG, GIF and PNG pictures that are contained in exporting CellRange are exported.
Namespace: GemBox.SpreadsheetAssembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025
Syntax
| C# |
|---|
public bool ExportPictures { get; set; } |
| Visual Basic |
|---|
Public Property ExportPictures As Boolean Get Set |
Field Value
true if ExcelPictures will be exported; otherwise, false.
Remarks
If ExcelFile is exported to HTML, only pictures in used cell range will be exported.
If used cell range doesn't contain a picture, extend used cell range by setting Value to null of a cell containing the bottom-right corner of the picture.