Enum: TFbmExportFormat
Dieser Typ gehört zur Unit Dif und ist vom Subtyp Enum.
Folgende Werte sind möglich:
| Wert |
Integer |
Beschreibung |
|---|---|---|
| efBmp | 0 | |
| efTiff | 1 | |
| efTiffUncompressed | 2 | |
| efPng | 3 | |
| efJpeg | 4 |
Dies sind die Funktionen, welche diesen Typ entweder als Rückgabewert oder Parameter verwenden.
| Name |
Parameter |
Rückgabetyp |
|---|---|---|
| TFbmDIFPage. ExportSectionToFile | Filename string Format TFbmExportFormat Colors TFbmExportColors Section TFbmDIFRect |
Nein |
| TFbmDIFPage. ExportSectionToStr | Format TFbmExportFormat Colors TFbmExportColors Section TFbmDIFRect |
string |
| TFbmDIFPage. ExportSectionToStream | Stream TStream Format TFbmExportFormat Colors TFbmExportColors Section TFbmDIFRect |
Nein |
| TFbmDIFPage. ExportToFile | Filename string Format TFbmExportFormat Colors TFbmExportColors |
Nein |
| TFbmDIFPage. ExportToStr | Format TFbmExportFormat Colors TFbmExportColors |
string |
| TFbmDIFPage. ExportToStream | Stream TStream Format TFbmExportFormat Colors TFbmExportColors |
Nein |