Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

ImagesBase.GetImageProperties(Page, String) Method

Returns an object containing settings for the image with the specified name on the specified Web page.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageProperties GetImageProperties(
    Page page,
    string imageName
)

Parameters

Name Type
page Page
imageName String

Returns

Type
ImageProperties

Remarks

For internal use only.

See Also