API Reference
Class
ExcelWorkbookImageExportOptions
Options for workbook image export.
Inheritance
- ExcelImageExportOptions
- ExcelWorkbookImageExportOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method ExcelDocument.ExportImages
- Method ExcelDocument.SaveAsImages
- Method ExcelDocument.SaveAsImages
Constructors
public ExcelWorkbookImageExportOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<String> SheetNames { get; set; } #Optional list of worksheet names to export. When omitted, visible worksheets are exported.
public Boolean UseWorksheetPrintAreas { get; set; } #When true, each worksheet image export uses that worksheet's print area when configured.
public Boolean SplitWorksheetsByManualPageBreaks { get; set; } #When true, workbook image export asks each worksheet to split output at manual row and column page breaks.
Inherited Properties
public OfficeColor GridlineColor { get; set; } #Inherited from ExcelImageExportOptions
public Boolean ShowGridlines { get; set; } #Inherited from ExcelImageExportOptions
public Boolean IncludeImages { get; set; } #Inherited from ExcelImageExportOptions
public Boolean IncludeCharts { get; set; } #Inherited from ExcelImageExportOptions
public Boolean IncludeDrawingObjects { get; set; } #Inherited from ExcelImageExportOptions
public Boolean IncludeConditionalFormatting { get; set; } #Inherited from ExcelImageExportOptions
public Nullable<DateTime> ConditionalFormattingDate { get; set; } #Inherited from ExcelImageExportOptions
public Boolean ShowHyperlinkHints { get; set; } #Inherited from ExcelImageExportOptions
public Boolean ShowCommentBodies { get; set; } #Inherited from ExcelImageExportOptions
public Double DefaultColumnWidthPixels { get; set; } #Inherited from ExcelImageExportOptions
public Double DefaultRowHeightPixels { get; set; } #Inherited from ExcelImageExportOptions
public Double Scale { get; set; } #Inherited from OfficeImageExportOptions
public OfficeColor BackgroundColor { get; set; } #Inherited from OfficeImageExportOptions