Tab > Tab Assembly Interfaces > ITabObjectExporter
The ITabObjectExporter interface contains properties and methods for exporting table objects.
Property name | Description | |
![]() |
Height | The Height property determines the height, the exported image of the object will have. |
![]() |
Object | The Object property determines the table object, which should be exported. |
![]() |
Width | The Width property determines the width, which the exported image of the object will have. |
Property name | Brief description | |
![]() |
The CSSClassName property sets prefix for elements of HTML styles table. | |
![]() |
The Encoding property specifies a code page for a conversion table, based on which data will be exported. | |
![]() |
The ExportFromWeb property determines what action is performed in the Web application: an export or opening in the preview mode. |
Method name | Description | |
![]() |
GetBitmap | The GetBitmap method returns graphic image of the object. |
Method name | Brief description | |
![]() |
The ExportToFile method exports data to a file of specified format. |
See also: