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.
Returned or exposed by
Accepted by parameters
- Method ExcelDocument.ExportImages
- Method ExcelDocument.ExportImages
- Method ExcelDocument.SaveAsImages
- Method ExcelDocument.SaveAsImages
- Method ExcelDocument.SaveAsImagesAsync
- Method ExcelDocument.SaveAsImagesAsync
- Method ExcelDocument.ToImages
- Method ExcelWorkbookImageExportBuilder.ConfigureOptions
Constructors
public ExcelWorkbookImageExportOptions() #Methods
public ExcelWorkbookImageExportOptions CloneWorkbook() #Returns:
ExcelWorkbookImageExportOptionsCreates an independent workbook options snapshot.
Inherited Methods
public ExcelImageExportOptions Clone() #Returns:
ExcelImageExportOptionsInherited from ExcelImageExportOptions
public OfficeImageExportResult EnsureAccepted(OfficeImageExportResult result) #Returns:
OfficeImageExportResultInherited from OfficeImageExportOptions
Parameters
- result OfficeImageExportResult
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
public Double GetEffectiveScale(Double logicalWidth, Double logicalHeight) #Returns:
DoubleInherited from OfficeImageExportOptions
Parameters
- logicalWidth Double
- logicalHeight Double
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 Int32 MaximumRenderedCells { get; set; } #Inherited from ExcelImageExportOptions
public Int64 MaximumTotalSourceImageBytes { get; set; } #Inherited from ExcelImageExportOptions
public Int32 MaximumPageBreakImages { get; set; } #Inherited from ExcelImageExportOptions
public Double Scale { get; set; } #Inherited from OfficeImageExportOptions
public Nullable<Int32> MaximumOutputWidth { get; set; } #Inherited from OfficeImageExportOptions
public Nullable<Int32> MaximumOutputHeight { get; set; } #Inherited from OfficeImageExportOptions
public OfficeColor BackgroundColor { get; set; } #Inherited from OfficeImageExportOptions
public OfficeRasterEncodingOptions RasterEncoding { get; set; } #Inherited from OfficeImageExportOptions
public Int64 MaximumRasterPixels { get; set; } #Inherited from OfficeImageExportOptions
public OfficeRasterOverflowBehavior RasterOverflowBehavior { get; set; } #Inherited from OfficeImageExportOptions
public IOfficeRasterImageCodec ImageCodec { get; set; } #Inherited from OfficeImageExportOptions
public Nullable<Double> TargetDpi { get; set; } #Inherited from OfficeImageExportOptions
public OfficeFontFaceCollection Fonts { get; set; } #Inherited from OfficeImageExportOptions
public IOfficeTextShapingProvider TextShapingProvider { get; set; } #Inherited from OfficeImageExportOptions
public String TextShapingLanguage { get; set; } #Inherited from OfficeImageExportOptions
public OfficeImageExportPolicy Policy { get; set; } #Inherited from OfficeImageExportOptions
public IProgress<OfficeImageExportProgress> Progress { get; set; } #Inherited from OfficeImageExportOptions
public Int32 MaximumOutputCount { get; set; } #Inherited from OfficeImageExportOptions
public Int64 MaximumTotalRasterPixels { get; set; } #Inherited from OfficeImageExportOptions
public Int64 MaximumTotalEncodedBytes { get; set; } #Inherited from OfficeImageExportOptions
public TimeSpan RenderTimeout { get; set; } #Inherited from OfficeImageExportOptions
public Int32 MaximumDegreeOfParallelism { get; set; } #Inherited from OfficeImageExportOptions
public override Double LogicalUnitsPerInch { get; } #Inherited from OfficeImageExportOptions