Skip to main content
All docs
V19.2

SpreadsheetImages.GetImageProperties(Page, String, Boolean) Method

For internal use only.

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v19.2.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