VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
In This Topic
How to create custom annotation?
In This Topic
VintaSoft Imaging .NET SDK allows to create change properties or behaviour of existing web annotation or create custom web annotation from scratch.

VintaSoft developers created web triangle annotation (WebTriangleAnnotationJS class) as example that shows how to create custom annotation that is derived from existing annotation and change properties/behaviour of annotation.
JavaScript code of web triangle annotation can be found in ASP.NET Core, ASP.NET MVC5, ASP.NET WebForms projects: TypeScript code of web triangle annotation can be found in "ASP.NET Core + Angular" project:
VintaSoft developers created web mark annotation (WebMarkAnnotationJS class) as example that shows how to create custom annotation from scratch.
JavaScript code of web mark annotation can be found in ASP.NET Core, ASP.NET MVC5, ASP.NET WebForms projects: TypeScript code of web mark annotation can be found in "ASP.NET Core + Angular" project:

Please examine code of WebTriangleAnnotationJS and WebMarkAnnotationJS classes and contact Vintasoft support if you will have any question or problem that is related with custom web annotations.