Packagestimulsoft.report.export.settings
Classpublic class StiXpsExportSettings
InheritanceStiXpsExportSettings Inheritance StiPageRangeExportSettings Inheritance StiExportSettings Inheritance Object

Class describes settings for export to XPS format.



Public Properties
 PropertyDefined 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
 InheritedpageRange : StiPagesRange
StiPageRangeExportSettings
Public Methods
 MethodDefined By
  
toXMLString():String
[override]
StiXpsExportSettings
Property Detail
exportFormatproperty
exportFormat:int  [read-only] [override]


Implementation
    public function get exportFormat():int
exportRtfTextAsImageproperty 
exportRtfTextAsImage:Boolean

Gets or sets value which indicates that rtf text will be exported as bitmap images or as vector images.


Implementation
    public function get exportRtfTextAsImage():Boolean
    public function set exportRtfTextAsImage(value:Boolean):void
imageQualityproperty 
imageQuality:Number

Gets or sets image quality of images which will be exported to result file.


Implementation
    public function get imageQuality():Number
    public function set imageQuality(value:Number):void
imageResolutionproperty 
imageResolution:Number

Gets or sets image resolution of images which will be exported to result file.


Implementation
    public function get imageResolution():Number
    public function set imageResolution(value:Number):void
Method Detail
toXMLString()method
override public function toXMLString():String

Returns
String