Packagestimulsoft.report.export.settings.images
Classpublic class StiImageExportSettings
InheritanceStiImageExportSettings Inheritance StiPageRangeExportSettings Inheritance StiExportSettings Inheritance Object
Subclasses StiBitmapExportSettings, StiEmfExportSettings

Base class which describes export settings for all types of exports to image formats.



Public Properties
 PropertyDefined By
  cutEdges : Boolean
Gets or sets value which indicates that page margins will be cut or not.
StiImageExportSettings
  ditheringType : int
Gets or sets type of dithering.
StiImageExportSettings
  exportFormat : int
[override] [read-only]
StiImageExportSettings
  imageFormat : int
Gets or sets image format for exported images.
StiImageExportSettings
  imageResolution : int
Gets or sets image resolution for exported images.
StiImageExportSettings
  imageType : int
Gets or sets image type for exported images.
StiImageExportSettings
  imageZoom : Number
Gets or sets image zoom factor for exported images.
StiImageExportSettings
  multipleFiles : 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
  tiffCompressionScheme : int
Gets or sets compression scheme of TIFF format.
StiImageExportSettings
Public Methods
 MethodDefined By
  
StiImageExportSettings(imageType:int = 2)
StiImageExportSettings
  
toXMLString():String
[override]
StiImageExportSettings
Property Detail
cutEdgesproperty
cutEdges:Boolean

Gets or sets value which indicates that page margins will be cut or not. This property can't be used with EMF, SVG, SVGZ formats.


Implementation
    public function get cutEdges():Boolean
    public function set cutEdges(value:Boolean):void
ditheringTypeproperty 
ditheringType:int

Gets or sets type of dithering. This property can't be used with EMF, SVG, SVGZ formats.


Implementation
    public function get ditheringType():int
    public function set ditheringType(value:int):void
exportFormatproperty 
exportFormat:int  [read-only] [override]


Implementation
    public function get exportFormat():int
imageFormatproperty 
imageFormat:int

Gets or sets image format for exported images. This property can't be used with EMF, SVG, SVGZ formats.


Implementation
    public function get imageFormat():int
    public function set imageFormat(value:int):void
imageResolutionproperty 
imageResolution:int

Gets or sets image resolution for exported images. This property can't be used with EMF, SVG, SVGZ formats.


Implementation
    public function get imageResolution():int
    public function set imageResolution(value:int):void
imageTypeproperty 
imageType:int

Gets or sets image type for exported images.


Implementation
    public function get imageType():int
    public function set imageType(value:int):void
imageZoomproperty 
imageZoom:Number

Gets or sets image zoom factor for exported images. This property can't be used with EMF, SVG, SVGZ formats.


Implementation
    public function get imageZoom():Number
    public function set imageZoom(value:Number):void
multipleFilesproperty 
multipleFiles:Boolean

Gets or sets value which indicates that export engine will be create one solid file or multiple files (one file per page). This property can't be used with EMF, SVG, SVGZ formats.


Implementation
    public function get multipleFiles():Boolean
    public function set multipleFiles(value:Boolean):void
tiffCompressionSchemeproperty 
tiffCompressionScheme:int

Gets or sets compression scheme of TIFF format. This property can't be used with EMF, SVG, SVGZ formats.


Implementation
    public function get tiffCompressionScheme():int
    public function set tiffCompressionScheme(value:int):void
Constructor Detail
StiImageExportSettings()Constructor
public function StiImageExportSettings(imageType:int = 2)



Parameters
imageType:int (default = 2)
Method Detail
toXMLString()method
override public function toXMLString():String

Returns
String