ConverterSetting module

class ConverterSetting.ConverterSetting

Bases: SpireObject

<summary>

Convert Setting

</summary>

property ClearCacheOnConverted: bool
property IgnoreErrorCalculateResult: bool
<summary>
Ignore error calculate result when calculating formula.

Default is false.

</summary>

property IsCellAutoFit: bool
<summary>
Indicates whether the width and height of the cells is automatically fitted by cell value.

The default value is false.

</summary>

property IsReCalculateOnConvert: bool
property IsRegionClip: bool
<summary>

Enables or disables clipping the image to the region

</summary>

property JPEGQuality: int
<summary>

Gets or sets a value determining the quality.

</summary>

property MaxConvertPages: int
<summary>

Sets or gets the maximum number of pages for the conversion.

</summary>

property PdfConformanceLevel: PdfConformanceLevel
<summary>

Gets or sets the Pdf document’s Conformance-level.

</summary>

property PrintWithSheetPageSetting: bool
<summary>
If PrintWithSheetPageSetting = false(Default) . printing all pages with default page settings

If PrintWithSheetPageSetting = true . printing each page with its owning sheet’s page settings

</summary>

property SheetFitToPage: bool
<summary>

One sheet context render to only one page.

</summary>

property SheetFitToWidth: bool
<summary>

Sheet content fit to page width.

</summary>

property ToImageWithoutMargins: bool
<summary>

To image without margins. Default false.

</summary>

property XDpi: int
<summary>

Gets or sets the horizontal resolution, in dots per inch (DPI). Default value is 96.

</summary>

property YDpi: int
<summary>

Gets or sets the vertical resolution, in dots per inch (DPI). Default value is 96.

</summary>