ImageSource.GetImageSize(Boolean) Method
Gets floating-point width and height of the image the ImageSource object stores.
Namespace: DevExpress.XtraPrinting.Drawing
Assembly: DevExpress.Printing.v23.1.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
useImageResolution | Boolean | true to use the original image resolution; otherwise false. |
Returns
Type | Description |
---|---|
SizeF | An object that provides the floating-point width and height of the image the ImageSource object stores. |
See Also