TImageEnVect.LoadFromFileAll
Declaration
function LoadFromFileAll(const fileName: string): boolean;
Description
Loads all layers and vectorial objects saved using
SaveToFileAll.
Result will be false if the file is not ALL format (and
Aborting will be true). Loading errors due to a file not being available will raise an exception.
Note: You cannot use this method to load standard image files (jpeg, tiff...).
See Also
◼SaveToFileAll◼LoadFromStreamAll◼SaveToStreamAll◼LoadFromFileIEV◼SaveToFileIEV◼LoadFromStreamIEV◼SaveToStreamIEV◼ImportDXFTransition Information
If you are transitioning your code to
TImageEnView Layers, instead of LoadFromFileAll, import ALL files as layers using TImageEnView.LayersImport. Load layer files using
LoadFromFileIEN