ImageExportOptions Members
Contains options which define how a document is exported to an image.Constructors
| Name | Description |
|---|---|
| ImageExportOptions() | Initializes a new instance of the ImageExportOptions class with the default settings. |
| ImageExportOptions(DXImageFormat) | Initializes a new instance of the ImageExportOptions class with the specified image format. |
Fields
| Name | Description |
|---|---|
| ImageFormats static | For internal use. |
Properties
| 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). |
Methods
| Name | Description |
|---|---|
| Assign(ExportOptionsBase) | Copies the settings from the specified ImageExportOptions object to the current object. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also