Packagestimulsoft.report.export.settings.images
Classpublic class StiSvgExportSettings
InheritanceStiSvgExportSettings Inheritance StiBitmapExportSettings Inheritance StiImageExportSettings Inheritance StiPageRangeExportSettings Inheritance StiExportSettings Inheritance Object

Class contains settings for export to SVG image format.



Public Properties
 PropertyDefined By
 InheritedcutEdges : Boolean
Gets or sets value which indicates that page margins will be cut or not.
StiImageExportSettings
 InheritedditheringType : int
Gets or sets type of dithering.
StiImageExportSettings
 InheritedexportFormat : int
[override] [read-only]
StiImageExportSettings
 InheritedimageFormat : int
Gets or sets image format for exported images.
StiImageExportSettings
 InheritedimageResolution : int
Gets or sets image resolution for exported images.
StiImageExportSettings
  imageType : int
[override] Gets or sets image type for exported images.
StiSvgExportSettings
 InheritedimageZoom : Number
Gets or sets image zoom factor for exported images.
StiImageExportSettings
 InheritedmultipleFiles : Boolean
Gets or sets value which indicates that export engine will be create one solid file or multiple files (one file per page).
StiImageExportSettings
 InheritedpageRange : StiPagesRange
StiPageRangeExportSettings
 InheritedtiffCompressionScheme : int
Gets or sets compression scheme of TIFF format.
StiImageExportSettings
Public Methods
 MethodDefined By
  
StiSvgExportSettings
 Inherited
toXMLString():String
[override]
StiImageExportSettings
Property Detail
imageTypeproperty
imageType:int[override]

Gets or sets image type for exported images.


Implementation
    public function get imageType():int
    public function set imageType(value:int):void
Constructor Detail
StiSvgExportSettings()Constructor
public function StiSvgExportSettings()