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

ImageSource.GetImageSize(Boolean) Method

Gets floating-point width and height of the image the ImageSource object stores.

Namespace: DevExpress.XtraPrinting.Drawing

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

Declaration

public SizeF GetImageSize(
    bool useImageResolution
)

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