ConvertConfig.LoadFromFile Method
Definition
Namespace: P1.ImageSdk
Creates a ConvertConfig object from a persisted model located at filePath
public static ConvertConfig LoadFromFile(string filePath);
The underlying function throws
Parameters:
filePath |
The full path of the file the persisted data is located |
Returns:
A new ConvertConfig object with the settings stored in the file