Package | stimulsoft.report.export.settings.images |
Class | public class StiImageExportSettings |
Inheritance | StiImageExportSettings ![]() ![]() ![]() |
Subclasses | StiBitmapExportSettings, StiEmfExportSettings |
Property | Defined 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 | ||
![]() | pageRange : StiPagesRange | StiPageRangeExportSettings | |
tiffCompressionScheme : int Gets or sets compression scheme of TIFF format. | StiImageExportSettings |
Method | Defined By | ||
---|---|---|---|
StiImageExportSettings(imageType:int = 2) | StiImageExportSettings | ||
toXMLString():String [override] | StiImageExportSettings |
cutEdges | property |
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.
public function get cutEdges():Boolean
public function set cutEdges(value:Boolean):void
ditheringType | property |
ditheringType:int
Gets or sets type of dithering. This property can't be used with EMF, SVG, SVGZ formats.
public function get ditheringType():int
public function set ditheringType(value:int):void
exportFormat | property |
exportFormat:int
[read-only] [override] public function get exportFormat():int
imageFormat | property |
imageFormat:int
Gets or sets image format for exported images. This property can't be used with EMF, SVG, SVGZ formats.
public function get imageFormat():int
public function set imageFormat(value:int):void
imageResolution | property |
imageResolution:int
Gets or sets image resolution for exported images. This property can't be used with EMF, SVG, SVGZ formats.
public function get imageResolution():int
public function set imageResolution(value:int):void
imageType | property |
imageType:int
Gets or sets image type for exported images.
public function get imageType():int
public function set imageType(value:int):void
imageZoom | property |
imageZoom:Number
Gets or sets image zoom factor for exported images. This property can't be used with EMF, SVG, SVGZ formats.
public function get imageZoom():Number
public function set imageZoom(value:Number):void
multipleFiles | property |
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.
public function get multipleFiles():Boolean
public function set multipleFiles(value:Boolean):void
tiffCompressionScheme | property |
tiffCompressionScheme:int
Gets or sets compression scheme of TIFF format. This property can't be used with EMF, SVG, SVGZ formats.
public function get tiffCompressionScheme():int
public function set tiffCompressionScheme(value:int):void
StiImageExportSettings | () | Constructor |
public function StiImageExportSettings(imageType:int = 2)
imageType:int (default = 2 )
|
toXMLString | () | method |
override public function toXMLString():String
ReturnsString |