Export an image to a file
The type of export operation to perform.
(If Type is omitted, it is assumed to equal the extension of the filename. It must be stated for the other operations)
Visual Basic |
---|
Public Sub FileExport( _ ByVal FileName As String, _ ByVal Type As String, _ Optional ByVal Information As Variant _ ) |
The type of export operation to perform.
(If Type is omitted, it is assumed to equal the extension of the filename. It must be stated for the other operations)
Only JPEG and BMP/DIB formats are supported directly, but other formats such as TIFF may be supported via extension DLLs.
The following applies to JPEG file import:
The following applies to DIB/BMP file export:
See Import/Export DLLs for details of how to write and configure your own extension DLLs