Skip to main content
All docs
V25.1
  • ImageSource.GetImageSize(Boolean, Boolean) Method

    Namespace: DevExpress.XtraPrinting.Drawing

    Assembly: DevExpress.Printing.v25.1.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