Skip to main content
All docs
V19.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.v19.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