API Reference
Class
ExcelWorksheetImageExportOptions
Options for worksheet image export.
Inheritance
- ExcelImageExportOptions
- ExcelWorksheetImageExportOptions
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 ExcelSheet.CreateVisualSnapshot
- Method ExcelSheet.ExportImage
- Method ExcelSheet.ExportImages
- Method ExcelSheet.ExportImages
- Method ExcelSheet.SaveAsJpeg
- Method ExcelSheet.SaveAsJpeg
- Method ExcelSheet.SaveAsJpegAsync
- Method ExcelSheet.SaveAsJpegAsync
- Method ExcelSheet.SaveAsPng
- Method ExcelSheet.SaveAsPng
- Method ExcelSheet.SaveAsPngAsync
- Method ExcelSheet.SaveAsPngAsync
- Method ExcelSheet.SaveAsSvg
- Method ExcelSheet.SaveAsSvg
- Method ExcelSheet.SaveAsSvgAsync
- Method ExcelSheet.SaveAsSvgAsync
- Method ExcelSheet.SaveAsTiff
- Method ExcelSheet.SaveAsTiff
- Method ExcelSheet.SaveAsTiffAsync
- Method ExcelSheet.SaveAsTiffAsync
- Method ExcelSheet.SaveAsWebp
- Method ExcelSheet.SaveAsWebp
- Method ExcelSheet.SaveAsWebpAsync
- Method ExcelSheet.SaveAsWebpAsync
- Method ExcelSheet.ToImage
- Method ExcelSheet.ToImages
- Method ExcelSheet.ToJpeg
- Method ExcelSheet.ToPng
- Method ExcelSheet.ToSvg
- Method ExcelSheet.ToTiff
- Method ExcelSheet.ToWebp
- Method ExcelWorksheetImageBatchExportBuilder.ConfigureOptions
- Method ExcelWorksheetImageExportBuilder.ConfigureOptions
Constructors
public ExcelWorksheetImageExportOptions() #Methods
public ExcelWorksheetImageExportOptions CloneWorksheet() #Returns:
ExcelWorksheetImageExportOptionsCreates an independent worksheet 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 String Range { get; set; } #Optional explicit range. When omitted, the worksheet used range is exported.
public Boolean UsePrintArea { get; set; } #When true and Range is omitted, uses the worksheet print area when configured.
public Boolean SplitByManualPageBreaks { get; set; } #When true, ExcelWorksheetImageExportOptions) splits output at manual row and column page breaks. Single-image worksheet export keeps one result and emits a diagnostic instead of splitting.
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