Click or drag to resize

ConverterSetting Class

Convert Setting
Inheritance Hierarchy
System Object
Spire.Xls ConverterSetting

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public class ConverterSetting

The ConverterSetting type exposes the following members.

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