corelibraries-devexpress-dot-xtraprinting-dot-pagebypageexportoptionsbase-b8732726.md
Specifies the resolution (in DPI) used to rasterize vector images on export to the corresponding document format.
Namespace : DevExpress.XtraPrinting
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
[DefaultValue(96)]
public virtual int RasterizationResolution { get; set; }
<DefaultValue(96)>
Public Overridable Property RasterizationResolution As Integer
| Type | Default | Description |
|---|---|---|
| Int32 | 96 |
The resolution (in DPI) used to rasterize vector images.
|
The RasterizationResolution property is in effect when the PageByPageExportOptionsBase.RasterizeImages option is enabled, and specifies the resolution (in DPI) used to rasterize vector images on export to the corresponding document format.
The following export formats support this feature:
The following export formats have the PageByPageExportOptionsBase.RasterizeImages setting always set to true and provide only the RasterizationResolution property:
When you export to PDF, the RasterizationResolution property is in effect in the following cases:
See Also
PageByPageExportOptionsBase Class