Export an image to a global memory block
Visual Basic |
---|
Public Function MemoryExport( _ ByVal Type As String, _ ByVal Information As Variant, _ ByRef Length As Long _ ) As Integer |
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