Loads an image parameters (but not the actual image) from the specified buffer.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void LoadImageInfo(
	IntPtr buffer,
	int bufferSize,
	IEFileFormats format
)
Public Sub LoadImageInfo ( _
	buffer As IntPtr, _
	bufferSize As Integer, _
	format As IEFileFormats _
)
public:
void LoadImageInfo(
	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 "Unknown", then try to find the format automatically.

See Also