maxImageHeight property
The max image height in pixels.
Implementation
int get maxImageHeight {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_ArcGISMapServiceInfo_getMaxImageHeight(
_handle, errorHandler);
});
}