Skip to main content
All docs
V23.2

ImageSource.GetImageSize(Boolean, Boolean) Method

Namespace: DevExpress.XtraPrinting.Drawing

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

NuGet Package: DevExpress.Printing.Core

Declaration

public SizeF GetImageSize(
    bool useImageResolution,
    bool useImageMetadata = false
)

Parameters

Name Type
useImageResolution Boolean

Optional Parameters

Name Type Default
useImageMetadata Boolean False

Returns

Type
SizeF
See Also