Specifies how an image is positioned within a Picture Box (see DevExpress.XtraReports.UI.XRPictureBox).
The Picture Box (see DevExpress.XtraReports.UI.XRPictureBox) size is adjusted to that of the image it contains.
The image is placed in the upper-left corner of the Picture Box (see DevExpress.XtraReports.UI.XRPictureBox). The image is clipped if it does not fit into the control's bounds.
If the Picture Box (see DevExpress.XtraReports.UI.XRPictureBox) dimensions exceed that of the image it contains, the image is centered and shown full-size. Otherwise, the image is resized to fit into the control's dimensions.
The image is stretched or shrunk to fit into the current Picture Box (see DevExpress.XtraReports.UI.XRPictureBox) dimensions.
The image is replicated within the Picture Box (see DevExpress.XtraReports.UI.XRPictureBox) starting from the upper-left corner. The image is clipped if it does not fit into the control's dimensions.
The image is sized proportionally (without clipping), so that it fits best within the Picture Box (see DevExpress.XtraReports.UI.XRPictureBox) dimensions. If the height-to-width ratio of the control and the image are equal, the image will be resized to exactly fit into the control's dimensions. Otherwise, the closest matching image side (height or width) will be sized to the control, and the other side will be sized proportionally (possibly leaving empty space within the control).
An ImageSizeMode object is returned by the DevExpress.XtraReports.UI.XRPictureBox.Sizing property.