Click or drag to resize

ImageFormatInfoExportRoot Property

The object which will be exported.

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

Property Value

Type: ILTComponent
Remarks
This could be a Sheet, PrintArea, or other LayerElements. Use the Window property to export the current view.
See Also