[]
Loads the page using the filename and image converter service.
public bool Load(string strFileName, IImageConverterService imageConverterService)
Type | Name | Description |
---|---|---|
string | strFileName | The file name. |
IImageConverterService | imageConverterService | The image converter service. |
Type | Description |
---|---|
bool | Returns the result of successful execution of the operation. |
Loads the page using the stream and image converter service.
public bool Load(Stream stm, IImageConverterService imageConverterService)
Type | Name | Description |
---|---|---|
Stream | stm | The stream. |
IImageConverterService | imageConverterService | The image converter service. |
Type | Description |
---|---|
bool | Returns the result of successful execution of the operation. |