| Package | stimulsoft.report.export.settings |
| Class | public class StiXpsExportSettings |
| Inheritance | StiXpsExportSettings StiPageRangeExportSettings StiExportSettings Object |
| Property | Defined By | ||
|---|---|---|---|
| exportFormat : int [override] [read-only] | StiXpsExportSettings | ||
| exportRtfTextAsImage : Boolean Gets or sets value which indicates that rtf text will be exported as bitmap images or as vector images. | StiXpsExportSettings | ||
| imageQuality : Number Gets or sets image quality of images which will be exported to result file. | StiXpsExportSettings | ||
| imageResolution : Number Gets or sets image resolution of images which will be exported to result file. | StiXpsExportSettings | ||
![]() | pageRange : StiPagesRange | StiPageRangeExportSettings | |
| Method | Defined By | ||
|---|---|---|---|
toXMLString():String [override] | StiXpsExportSettings | ||
| exportFormat | property |
exportFormat:int [read-only] [override] public function get exportFormat():int| exportRtfTextAsImage | property |
exportRtfTextAsImage:BooleanGets or sets value which indicates that rtf text will be exported as bitmap images or as vector images.
public function get exportRtfTextAsImage():Boolean public function set exportRtfTextAsImage(value:Boolean):void| imageQuality | property |
imageQuality:NumberGets or sets image quality of images which will be exported to result file.
public function get imageQuality():Number public function set imageQuality(value:Number):void| imageResolution | property |
imageResolution:NumberGets or sets image resolution of images which will be exported to result file.
public function get imageResolution():Number public function set imageResolution(value:Number):void| toXMLString | () | method |
override public function toXMLString():StringReturnsString |