Object
TgaExporterConsole
IGraphicsExporter
ErrorMessage (console safe) | For some errors then further detail may come in text, if there is more detail then this property will contain the extra detail as text. |
IgnoreMask (console safe) | Set to true if Picture masks should not be exported. |
LastError (console safe) | Code for last error that occurred |
ProgressHandler (console safe) | To get progress feedback then assign a a class instance that implements the IProgressHandler interface to this property. |
RLECompressed (console safe) | Set to true if you want RLE compression done when exporting. |
SaveToFile (console safe) | Exports a picture to a Tga file. |
SaveToStream (console safe) | Exports a picture formatted as Tga to a IBinaryStreamWriter. |
SaveToString (console safe) | Exports a picture formatted as Tga to a String. |