maxBitmapSize
Set the maximum width and height for a bitmap.
This value is cooperative and Fetchers and Decoders should respect the width and height values provided by maxBitmapSize and not allocate a bitmap with a width/height larger than those dimensions.
To allow a bitmap's size to be unrestricted pass Dimension.Undefined for size's width and/or height.