Table of Contents

Class ConverterSetting

Namespace
Spire.Xls
Assembly
Spire.XLS.dll

Convert Setting

public class ConverterSetting
Inheritance
ConverterSetting
Inherited Members

Constructors

ConverterSetting()

public ConverterSetting()

Properties

ClearCacheOnConverted

public bool ClearCacheOnConverted { get; set; }

Property Value

bool

GrayLevelForPrint

Whether to set gray level for printing

public bool GrayLevelForPrint { get; set; }

Property Value

bool

IgnoreErrorCalculateResult

Ignore error calculate result when calculating formula. Default is false.

public bool IgnoreErrorCalculateResult { get; set; }

Property Value

bool

IsCellAutoFit

Indicates whether the width and height of the cells is automatically fitted by cell value. The default value is false.

public bool IsCellAutoFit { get; set; }

Property Value

bool

IsReCalculateOnConvert

public bool IsReCalculateOnConvert { get; set; }

Property Value

bool

IsRegionClip

Enables or disables clipping the image to the region

public bool IsRegionClip { get; set; }

Property Value

bool

JPEGQuality

Gets or sets a value determining the quality.

public int JPEGQuality { get; set; }

Property Value

int

MaxConvertPages

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

public int MaxConvertPages { get; set; }

Property Value

int

PdfConformanceLevel

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

public PdfConformanceLevel PdfConformanceLevel { get; set; }

Property Value

PdfConformanceLevel

PdfSecurity

Represents the security settings of the PDF document.

public PdfSecurity PdfSecurity { get; }

Property Value

PdfSecurity

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

public bool PrintWithSheetPageSetting { get; set; }

Property Value

bool

SheetFitToPage

One sheet context render to only one page.

public bool SheetFitToPage { get; set; }

Property Value

bool

SheetFitToPageRetainPaperSize

public bool SheetFitToPageRetainPaperSize { get; set; }

Property Value

bool

SheetFitToWidth

Sheet content fit to page width.

public bool SheetFitToWidth { get; set; }

Property Value

bool

ToImageWithoutMargins

To image without margins. Default false.

public bool ToImageWithoutMargins { get; set; }

Property Value

bool

XDpi

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

public int XDpi { get; set; }

Property Value

int

YDpi

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

public int YDpi { get; set; }

Property Value

int