'Declaration Public Overloads Function Load( _ ByVal stm As Stream, _ ByVal imageConverterService As IImageConverterService _ ) As Boolean
public bool Load( Stream stm, IImageConverterService imageConverterService )
Parameters
- stm
- The stream.
- imageConverterService
- The image converter service.
Return Value
Returns the result of successful execution of the operation.