MapExtractImageFormatInfoImageHeight Property |
The height of the Image
Namespace: Easymap.AddIn.ExportAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic int ImageHeight { get; set; }Public Property ImageHeight As Integer
Get
Set
Property Value
Int32
RemarksIf ImageHeight is 0 the ImageHeight will be calculated from the ImageWidth and the dimesions of the specified LatLngBounds.
If both ImageWidth and ImageHeight are specified the extract specified by LatLngBounds will be fitted into the image.
See Also