LayersLoad loads all layers included bitmap, position, size, etc.. from a file saved using LayersSave.
It allows IEImage to rebuild a previous saved layers configuration.
All images will be compressed to the specified format, but the file which contains all layers is an ImageEn custom file format.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public bool LayersLoad( string fileName )
Public Function LayersLoad ( _ fileName As String _ ) As Boolean
public: bool LayersLoad( String^ fileName )
Parameters
- fileName
- String
Input file name.