Fills IOParams reading an image from file, but doesn't load the image in the component.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void LoadImageInfo( string fileName, IEFileFormats format )
Public Sub LoadImageInfo ( _ fileName As String, _ format As IEFileFormats _ )
public: void LoadImageInfo( String^ fileName, IEFileFormats format )
Parameters
- fileName
- String
the source file path
- format
- IEFileFormats
the file format you know the stream or file contains (you cannot specify Unknown)