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: 12.3.0.0
Syntax
public Stream OutputStream { get; set; }

Property Value

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