Click or drag to resize

DocumentViewerSetImageViewer Method

Use this method to replace the standard ImageViewer with another control deriving from ImageViewer.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected void SetImageViewer(
	ImageViewer viewer
)

Parameters

viewer
Type: Atalasoft.Imaging.WinControlsImageViewer
The new viewer for the control.
See Also