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

WindowControlOptions.ImageType Property

For internal use.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[DefaultValue(WinControlImageType.Metafile)]
public WinControlImageType ImageType { get; set; }

Property Value

Type Default Description
WinControlImageType **Metafile**

A WinControlImageType enumeration value.

Available values:

Name Description
Metafile

The control is rendered as a metafile. In this case the quality of the rendered image is always good, but in some cases some details of the control may be lost.

Bitmap

The control is rendered as a bitmap. In this case the quality of the rendered image is sometimes poor, but it allows a control to be drawn more precisely.

Property Paths

You can access this nested property as listed below:

Object Type Path to ImageType
PrintableComponentContainer
See Also