Skip to main content

ReportToolbarImages.GetImageProperties(Page, String, Boolean) Method

Returns a ImageProperties object that contains settings for the image with the specified name on the specified Web page.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public override ImageProperties GetImageProperties(
    Page page,
    string imageName,
    bool encode
)

Parameters

Name Type Description
page Page

A Page value that specifies the Web page.

imageName String

A String value that specifies the image name.

encode Boolean

A Boolean value.

Returns

Type Description
ImageProperties

An ImageProperties object.

Remarks

For internal use only.

See Also