ThumbnailViewAttach Method
|
To attach the control to an existing document object.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic void Attach(
Object IproObject
)
Public Sub Attach (
IproObject As Object
)
public:
void Attach(
Object^ IproObject
)
Parameters
- IproObject
- Type: SystemObject
Remarks
Once the Attach method is called, the control updates its state to reflect the current document structure.
See Also