Skip to main content
All docs
V18.2

ImageExportOptions.RasterizationResolution Property

For internal use.

Namespace: DevExpress.XtraPrinting

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

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public override int RasterizationResolution { get; set; }

Property Value

Type
Int32

Property Paths

You can access this nested property as listed below:

Library Object Type Path to RasterizationResolution
Cross-Platform Class Library ExportOptions
.Image.RasterizationResolution
WPF Controls ExportOptionsContainer
.Image.RasterizationResolution
See Also