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