Loads an image or a multipage image from the specified buffer.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void LoadImages( IntPtr Buffer, int BufferSize, IEFileFormats Format )
Public Sub LoadImages ( _ Buffer As IntPtr, _ BufferSize As Integer, _ Format As IEFileFormats _ )
public: void LoadImages( IntPtr Buffer, int BufferSize, IEFileFormats Format )
Parameters
- Buffer
- IntPtr
The buffer pointer.
- BufferSize
- Int32
The buffer length in bytes.
- Format
- IEFileFormats
Specifies the expected file format. If Format is ioUnknown, then try to find the format automatically.