corelibraries-devexpress-dot-xtraprinting-dot-pagebypageexportoptionsbase-5e87d434.md
Specifies whether or not vector images should be rasterized on export to the corresponding document format.
Namespace : DevExpress.XtraPrinting
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public virtual bool RasterizeImages { get; set; }
Public Overridable Property RasterizeImages As Boolean
| Type | Description |
|---|---|
| Boolean |
true , to rasterize vector images; otherwise, false.
|
The RasterizeImages property allows you to specify whether to rasterize vector images on export to the corresponding document format. If this property is set to true , you can also use the PageByPageExportOptionsBase.RasterizationResolution option to define the resolution (in DPI) used to rasterize vector images.
The following export formats support this feature:
Note
If you disable the RasterizeImages option, vector charts have a proper look in the exported document on high-DPI desktop displays, but iOS does not support this functionality because of Microsoft Word/Excel limitations.
The following export formats have the RasterizeImages setting always set to true and provide only the PageByPageExportOptionsBase.RasterizationResolution property:
See Also
PageByPageExportOptionsBase Class