Class ConverterSetting
Convert Setting
public class ConverterSetting
- Inheritance
-
ConverterSetting
- Inherited Members
Constructors
ConverterSetting()
public ConverterSetting()
Properties
ClearCacheOnConverted
public bool ClearCacheOnConverted { get; set; }
Property Value
GrayLevelForPrint
Whether to set gray level for printing
public bool GrayLevelForPrint { get; set; }
Property Value
IgnoreErrorCalculateResult
Ignore error calculate result when calculating formula. Default is false.
public bool IgnoreErrorCalculateResult { get; set; }
Property Value
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
IsReCalculateOnConvert
public bool IsReCalculateOnConvert { get; set; }
Property Value
IsRegionClip
Enables or disables clipping the image to the region
public bool IsRegionClip { get; set; }
Property Value
JPEGQuality
Gets or sets a value determining the quality.
public int JPEGQuality { get; set; }
Property Value
MaxConvertPages
Sets or gets the maximum number of pages for the conversion.
public int MaxConvertPages { get; set; }
Property Value
PdfConformanceLevel
Gets or sets the Pdf document's Conformance-level.
public PdfConformanceLevel PdfConformanceLevel { get; set; }
Property Value
PdfSecurity
Represents the security settings of the PDF document.
public PdfSecurity PdfSecurity { get; }
Property Value
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
SheetFitToPage
One sheet context render to only one page.
public bool SheetFitToPage { get; set; }
Property Value
SheetFitToPageRetainPaperSize
public bool SheetFitToPageRetainPaperSize { get; set; }
Property Value
SheetFitToWidth
Sheet content fit to page width.
public bool SheetFitToWidth { get; set; }
Property Value
ToImageWithoutMargins
To image without margins. Default false.
public bool ToImageWithoutMargins { get; set; }
Property Value
XDpi
Gets or sets the horizontal resolution, in dots per inch (DPI). Default value is 96.
public int XDpi { get; set; }
Property Value
YDpi
Gets or sets the vertical resolution, in dots per inch (DPI). Default value is 96.
public int YDpi { get; set; }