Click or drag to resize

WebImageViewerOpen Method (RandomAccessImageSource, Int32)

Opens a given image at a specified frame index and sets it to the display.

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(
	RandomAccessImageSource imageSource,
	int frameIndex
)

Parameters

imageSource
Type: Atalasoft.ImagingRandomAccessImageSource
frameIndex
Type: SystemInt32
Remarks
Use this method when opening a stream, or a file referenced by the hard drive letter. No attempt will be made to map the folder path.
See Also