ImageEn, unit ievect

TImageEnVect.LoadFromFileAll

TImageEnVect.LoadFromFileAll


Declaration

function LoadFromFileAll(const fileName: string): boolean;


Description

This method 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
 ImportDXF


Transition 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