ConverterSetting Class |
Namespace: Spire.Xls
The ConverterSetting type exposes the following members.
Name | Description | |
---|---|---|
![]() |
ConverterSetting |
Initializes a new instance of the
ConverterSetting
class
|
Name | Description | |
---|---|---|
![]() |
ChartImageType |
Indicate the chart render image type.
|
![]() |
ClearCacheOnConverted |
Gets or sets a value indicating whether the cache should be cleared when conversion is completed.
|
![]() |
GrayLevelForPrint |
Whether to set gray level for printing
|
![]() |
IgnoreErrorCalculateResult |
Ignore error calculate result when calculating formula.
Default is false.
|
![]() |
IsCellAutoFit |
Indicates whether the width and height of the cells is automatically fitted by cell value.
The default value is false.
|
![]() |
IsReCalculateOnConvert |
Gets or sets a value indicating whether the workbook should be recalculated during conversion.
|
![]() |
IsRegionClip |
Enables or disables clipping the image to the region
|
![]() |
JPEGQuality |
Gets or sets a value determining the quality.
|
![]() |
MaxConvertPages |
Sets or gets the maximum number of pages for the conversion.
|
![]() |
PdfConformanceLevel |
Gets or sets the Pdf document's Conformance-level.
|
![]() |
PdfSecurity |
Represents the security settings of the PDF document.
|
![]() |
PrintPageEventHandler |
Print each page using this EventHandler
|
![]() |
PrintWithSheetPageSetting |
If PrintWithSheetPageSetting = false(Default) . printing all pages with default page settings
If PrintWithSheetPageSetting = true . printing each page with its owning sheet's page settings
|
![]() |
SheetFitToPage |
One sheet context render to only one page.
|
![]() |
SheetFitToPageRetainPaperSize |
Gets or sets a value indicates whether retain paper size when to one sheet context render to only one page.
|
![]() |
SheetFitToWidth |
Sheet content fit to page width.
|
![]() |
ToImageWithoutMargins |
To image without margins. Default false.
|
![]() |
XDpi |
Gets or sets the horizontal resolution, in dots per inch (DPI). Default value is 96.
|
![]() |
YDpi |
Gets or sets the vertical resolution, in dots per inch (DPI). Default value is 96.
|
Name | Description | |
---|---|---|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|