WebImageViewerOpenUrl Method (String, Int32) |
Opens an image into the WebImageViewer control from a URL or virtual path.
Namespace:
Atalasoft.Imaging.WebControls
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void OpenUrl(
string urlPath,
int frameIndex
)
Public Sub OpenUrl (
urlPath As String,
frameIndex As Integer
)
Parameters
- urlPath
- Type: SystemString
The URL or virtual directory of the image to load. - frameIndex
- Type: SystemInt32
The zero based frame index of the image to load.
See Also