SvgImageOptions Class
Contents
[
Hide
]SvgImageOptions class
Options for generating Svg image.
type SvgImageOptions struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewSvgImageOptions | Ctor. |
NewSvgImageOptions_ImageOrPrintOptions | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetImageType | Gets or sets the format of the generated images.default value: PNG. |
SetImageType | Gets or sets the format of the generated images.default value: PNG. |
GetFitToViewPort | if this property is true, the generated svg will fit to view port. |
SetFitToViewPort | if this property is true, the generated svg will fit to view port. |
GetCssPrefix | Gets and sets the prefix of the css name in svg,the default value is empty string. |
SetCssPrefix | Gets and sets the prefix of the css name in svg,the default value is empty string. |
GetEmbeddedFontType | Gets or sets the type of font that embedded in Svg. |
SetEmbeddedFontType | Gets or sets the type of font that embedded in Svg. |
SetPrintWithStatusDialog | If PrintWithStatusDialog = true , there will be a dialog that shows current print status.else no such dialog will show. |
GetPrintWithStatusDialog | If PrintWithStatusDialog = true , there will be a dialog that shows current print status.else no such dialog will show. |
GetHorizontalResolution | Gets or sets the horizontal resolution for generated images, in dots per inch. |
SetHorizontalResolution | Gets or sets the horizontal resolution for generated images, in dots per inch. |
GetVerticalResolution | Gets or sets the vertical resolution for generated images, in dots per inch. |
SetVerticalResolution | Gets or sets the vertical resolution for generated images, in dots per inch. |
GetTiffCompression | Gets or sets the type of compression to apply only when saving pages to the |
SetTiffCompression | Gets or sets the type of compression to apply only when saving pages to the |
GetTiffColorDepth | Gets or sets bit depth to apply only when saving pages to the |
SetTiffColorDepth | Gets or sets bit depth to apply only when saving pages to the |
GetTiffBinarizationMethod | Gets or sets method used while converting images to 1 bpp formatwhen ImageType is Tiff and TiffCompression is equal to Ccitt3 or Ccitt4. |
SetTiffBinarizationMethod | Gets or sets method used while converting images to 1 bpp formatwhen ImageType is Tiff and TiffCompression is equal to Ccitt3 or Ccitt4. |
GetPrintingPage | Indicates which pages will not be printed. |
SetPrintingPage | Indicates which pages will not be printed. |
GetQuality | Gets or sets a value determining the quality of the generated imagesto apply only when saving pages to the |
SetQuality | Gets or sets a value determining the quality of the generated imagesto apply only when saving pages to the |
GetOnePagePerSheet | If OnePagePerSheet is true , all content of one sheet will output to only one page in result.The paper size of pagesetup will be invalid, and the other settings of pagesetupwill still take effect. |
SetOnePagePerSheet | If OnePagePerSheet is true , all content of one sheet will output to only one page in result.The paper size of pagesetup will be invalid, and the other settings of pagesetupwill still take effect. |
GetAllColumnsInOnePagePerSheet | If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result.The width of paper size of pagesetup will be invalid, and the other settings of pagesetupwill still take effect. |
SetAllColumnsInOnePagePerSheet | If AllColumnsInOnePagePerSheet is true , all column content of one sheet will output to only one page in result.The width of paper size of pagesetup will be invalid, and the other settings of pagesetupwill still take effect. |
GetDrawObjectEventHandler | Implements this interface to get DrawObject and Bound when rendering. |
SetDrawObjectEventHandler | Implements this interface to get DrawObject and Bound when rendering. |
GetOnlyArea | If this property is true , one Area will be output, and no scale will take effect. |
SetOnlyArea | If this property is true , one Area will be output, and no scale will take effect. |
GetTransparent | Indicates if the background of generated image should be transparent. |
SetTransparent | Indicates if the background of generated image should be transparent. |
SetIsFontSubstitutionCharGranularity | Indicates whether to only substitute the font of character when the cell font is not compatibility for it. |
IsFontSubstitutionCharGranularity | Indicates whether to only substitute the font of character when the cell font is not compatibility for it. |
SetPageIndex | Gets or sets the 0-based index of the first page to save. |
GetPageIndex | Gets or sets the 0-based index of the first page to save. |
SetPageCount | Gets or sets the number of pages to save. |
GetPageCount | Gets or sets the number of pages to save. |
SetDesiredSize | Sets desired width and height of image. |
IsOptimized | Indicates whether to optimize the output elements. |
SetIsOptimized | Indicates whether to optimize the output elements. |
GetDefaultFont | When characters in the Excel are Unicode and not be set with correct font in cell style,They may appear as block in pdf,image.Set the DefaultFont such as MingLiu or MS Gothic to show these characters.If this property is not set, Aspose.Cells will use system default font to show these unicode characters. |
SetDefaultFont | When characters in the Excel are Unicode and not be set with correct font in cell style,They may appear as block in pdf,image.Set the DefaultFont such as MingLiu or MS Gothic to show these characters.If this property is not set, Aspose.Cells will use system default font to show these unicode characters. |
GetCheckWorkbookDefaultFont | When characters in the Excel are Unicode and not be set with correct font in cell style,They may appear as block in pdf,image.Set this to true to try to use workbook’s default font to show these characters first. |
SetCheckWorkbookDefaultFont | When characters in the Excel are Unicode and not be set with correct font in cell style,They may appear as block in pdf,image.Set this to true to try to use workbook’s default font to show these characters first. |
GetOutputBlankPageWhenNothingToPrint | Indicates whether to output a blank page when there is nothing to print. |
SetOutputBlankPageWhenNothingToPrint | Indicates whether to output a blank page when there is nothing to print. |
GetGridlineType | Gets or sets gridline type. |
SetGridlineType | Gets or sets gridline type. |
GetGridlineColor | Gets or sets gridline colr. |
SetGridlineColor | Gets or sets gridline colr. |
GetTextCrossType | Gets or sets displaying text type when the text width is larger than cell width. |
SetTextCrossType | Gets or sets displaying text type when the text width is larger than cell width. |
GetDefaultEditLanguage | Gets or sets default edit language. |
SetDefaultEditLanguage | Gets or sets default edit language. |
GetSheetSet | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. |
SetSheetSet | Gets or sets the sheets to render. Default is all visible sheets in the workbook: Aspose.Cells.Rendering.SheetSet.Visible. |
GetEmfRenderSetting | Setting for rendering Emf metafiles in source file. |
SetEmfRenderSetting | Setting for rendering Emf metafiles in source file. |
GetCustomRenderSettings | Gets or sets custom settings during rendering. |
SetCustomRenderSettings | Gets or sets custom settings during rendering. |