WebImageViewerOpen Method (String, Int32) |
Opens an image into the
WebImageViewer control from an image file, specifying the frame
index of a multi-page image.
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 Open(
string fileName,
int frameIndex
)
Public Sub Open (
fileName As String,
frameIndex As Integer
)
Parameters
- fileName
- Type: SystemString
The image file to open. - frameIndex
- Type: SystemInt32
The zero based frame index to load.
See Also