MapExtractImageFormatInfoImageWidth Property |
The width of the Image
Namespace: Easymap.AddIn.ExportAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic int ImageWidth { get; set; }Public Property ImageWidth As Integer
Get
Set
Property Value
Int32
RemarksIf ImageWidth is 0 the ImageWidth will be calculated from the ImageHeight 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