Skip to main content
A newer version of this page is available. .

PageByPageExportOptionsBase.RasterizationResolution Property

Specifies the resolution used to rasterize vector images on export to the corresponding document format.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

[DefaultValue(96)]
[TypeConverter(typeof(RasterizationResolutionConverter))]
[XtraSerializableProperty]
public virtual int RasterizationResolution { get; set; }

Property Value

Type Default Description
Int32 96

An integer value specifying the resolution (in DPI) used to rasterize vector images.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to RasterizationResolution
Cross-Platform Class Library ExportOptions
.Pdf.RasterizationResolution
WPF Controls ExportOptionsContainer
.Pdf.Xps.RasterizationResolution

Remarks

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:

For export to PDF, the RasterizationResolution property is available only when the PdfExportOptions.ConvertImagesToJpeg property is set to true, regardless of the PageByPageExportOptionsBase.RasterizeImages property setting.

See Also