Skip to main content
A newer version of this page is available.
All docs
V19.1

SpreadsheetImages.GetImageProperties(Page, String, Boolean) Method

For internal use only.

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v19.1.dll

Declaration

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

Parameters

Name Type
page Page
imageName String
encode Boolean

Returns

Type
ImageProperties
See Also