Loads multiple files separated by '|' character.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void LoadFromFiles( string fileName, bool autoDetect, bool loadWhenViewed )
Public Sub LoadFromFiles ( _ fileName As String, _ autoDetect As Boolean, _ loadWhenViewed As Boolean _ )
public: void LoadFromFiles( String^ fileName, bool autoDetect, bool loadWhenViewed )
Parameters
- fileName
- String
The input files path.
- autoDetect
- Boolean
If autoDetect is true then ImageEn tries to detect file type from header, otherwise it looks only the file extension.
- loadWhenViewed
- Boolean
If loadWhenViewed is true each file is actually loaded only when it needs to be displayed.