LoadFile
This method loads an image in synchronous mode.
If the specified file is a multi-image file, the method loads the first image of the file.
The method triggers the ContentChanged
event, which causes a
SCBCroViewer
control to repaint the image.
Note: The asynchronous loading of files with
Mode = CROImgIOAsync
is
currently not implemented. Syntax
LoadFile (Filename As String, Mode As CROImgIOMode)
Parameter | Description |
---|---|
Filename |
Specifies the filename to load as image. |
Mode |
Specifies the I/O mode for loading the file. With Use the The default value is |