ImageExportOptions Properties
Contains options which define how a document is exported to an image.Name | Description |
---|---|
ExportMode | Specifies whether document pages are exported to a single or multiple images. |
Format | Specifies the image format for exporting a document. |
PageBorderColor | Specifies the page border color when a document is exported to a single image page-by-page. |
PageBorderWidth | Specifies the page border width (in pixels) when a document is exported to a single image page-by-page. |
PageRange | Specifies the range of pages to be exported. |
Resolution | Specifies the image resolution (in DPI). |
RetainBackgroundTransparency | Specifies whether a report is printed with a white or transparent background when the XtraReport.PageColor (BrickGraphics.PageBackColor) property is set to transparent. |
TextRenderingMode | Specifies the quality of text rendering in images (especially in images having small DPI values and a transparent background). |
See Also