Example:- I want to use RectangleAnnotation as a custom annotation so i can set its shape and other properties as i want. But when we download it it should be shown as simple RectangleAnnotation.
So is there a way for something like registerannotationtype(‘rectangleAnnotation’, ‘mycustomannotation’)
Thank you so much for reaching out!
To help assist with this, could you help clarify a couple things?
- Which platform and programming language you are using.
- Which version of the SDK you are using.
- A detailed example of what you are trying to achieve using code samples and/or images.
thanks for the information
Hello Pranay,
You can create a custom annotation by extending from the Annotations.CustomAnnotation class.
Please take a look at our custom annotation documentation here: Creating-custom-annotations | Apryse Documentation
Regards,
Luke