'Declaration Public Overloads Function LoadAsync( _ ByVal stream As Stream, _ ByVal format As FileFormat _ ) As Task
public Task LoadAsync( Stream stream, FileFormat format )
Parameters
- stream
 - The readable stream.
 - format
 - FileFormat value that specifies the type of file to save.
 
Return Value
The task of represents an asynchronous operation.