Click or drag to resize

ImageViewAttach Method

Use this method to attach the control to an existing document object.

Namespace:  OmniPageCSDK.ToolBoxes
Assembly:  OmniPageCSDK.ToolBoxes (in OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public void Attach(
	Object Document
)

Parameters

Document
Type: SystemObject
Remarks
Once the Attach method is called, the control updates its state automatically to reflect document changes.
See Also