Creating a Custom Panel Written in C# - For Implementation in Ascent Capture 7.5

Creating a Custom Panel Written in C# - For Implementation in Ascent Capture 7.5This document will walk you through creating a custom panel written in C#. The custom panel is designed to run in the Quality Control module and provides an easy way to unreject multiple Documents and Pages as viewed in the Batch Contents window. This panel uses a ToolStrip control containing three image and text buttons.

Ascent Capture and the C# Language
Since Ascent Capture is a COM application, custom panels written in a .NET language must implement certain features that allow interoperability with COM. Unlike Visual Basic or even VB .NET, C# is rather unforgiving when writing .NET user controls to work in a COM environment. A COM Callable Wrapper needs to be used in order to provide the necessary interface to allow a COM application to communicate with the .NET user control. This actually provides more overall control over the behavior of the user control and its visibility to a COM application.

Website: www.kofax.com | Filesize: 344kb
No of Page(s): 7
Click here to download Creating a Custom Panel Written in C# - For Implementation in Ascent Capture 7.5.

Related Copyrighted Books

Related Tutorial

Tags: , , , , , , ,

Comments

Leave a Reply