Skip to main content
All docs
V18.2

ImageExportOptions.RasterizeImages Property

For internal use.

Namespace: DevExpress.XtraPrinting

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

Declaration

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

Property Value

Type
Boolean

Property Paths

You can access this nested property as listed below:

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