The ITabObjectExporter interface contains properties and methods for exporting table objects.
| Property name | Brief 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 | |
![]() |
CSSClassName | The CSSClassName property sets prefix for elements of HTML styles table. |
![]() |
Encoding | The Encoding property specifies a code page for a conversion table, based on which data will be exported. |
![]() |
ExportFromWeb | The ExportFromWeb property determines what action is executed in the web application: an export or opening in the preview mode. |
| Method name | Brief description | |
![]() |
GetBitmap | The GetBitmap method returns graphic image of the object. |
| Method name | Brief description | |
![]() |
ExportToFile | The ExportToFile method exports data to a file the specified format. |
See also: