'Declaration Public Overloads Function SaveAsync( _ ByVal stream As Stream, _ ByVal format As FileFormat _ ) As Task
public Task SaveAsync( Stream stream, FileFormat format )
Parameters
- stream
- The writable stream.
- format
- The file fotmat.
'Declaration Public Overloads Function SaveAsync( _ ByVal stream As Stream, _ ByVal format As FileFormat _ ) As Task
public Task SaveAsync( Stream stream, FileFormat format )