ImageExportOptions.Rasterize Property
Indicates whether to rasterize vector objects during image export.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
The following values are available:
false(default)- Slides are exported to vector format (EMF/SVG). The
Resolutionspecifies the image size and does not affect image quality. true- Slides are exported as raster images (
DXBitmap). TheResolutionoption affects both the image size and the resolution value written to the image metadata.
See Also