

If the steps were followed correctly, the application runs and any of the annotations on the toolbar can be selected to draw on the loaded document. Run the project by pressing F5, or by selecting Debug -> Start Debugging. Categories Tree 3D Comment Support Clear Measurements from Distance Annotations Control the Thickness of Underline and Strikeout Annotations Convert Line.
Annotation edit download demo code#
Right-click on the Design Window and select View Code or press F7 to bring up the code behind the Form.Īdd the following statements to the using block at the top:
Annotation edit download demo license#
With the project created, the references added, the license set, and the Document Viewer code added, coding can begin. If you need a Deployment license file and developer key, refer to Obtaining a License.Īdding LEADTOOLS NuGet and local references and setting a license are covered in more detail in the Add References and Set a License tutorial.

The references needed depend upon the purpose of the project. you can use annotation.cpp A PR has been added for both 2.4 and master branch to get a universal OpenCV based annotation tool included in the repository. If the project is not available, follow the steps in that tutorial to create it. Start with a copy of the project created in the Display Files in the Document Viewer tutorial. This tutorial covers automated annotation features in a C# WinForms Application using the Document Viewer.īefore working on the Draw and Edit Annotations on Documents - WinForms C# tutorial, get familiar with the basic steps of creating a project by reviewing the Add References and Set a License and the Display Files in the Document Viewer tutorials.Ĭreate the Project and Add LEADTOOLS References
