Click or drag to resize

TileImageFormatInfoOutputStream Property

Gets or sets a stream the output will be written to.

Namespace:  Easymap.AddIn.Export
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public Stream OutputStream { get; set; }

Property Value

Type: Stream
Remarks
If set the GeneratedImage property won't be set and the SaveImage property has no effect.
See Also