VintaSoft Imaging .NET SDK and Plug-ins Discussions
Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.
Board index < VintaSoft Imaging < VintaSoft Imaging .NET SDK and Plug-ins Discussions
Ability to include Icon Fonts such as Fontawesome and display Icon(s) as an annotation. This will help developers to configure any iconfont and use those icons similar to Embedded Image annotation. This will help with configurable symbol libraries in the application.The embedded image annotation stores image data in raw format. You can use the referenced image annotation if you want to create an annotation that loads image from image file - VintaSoft Imaging .NET SDK supports ICO files. Please send me more info about your problem.
Thanks for the input. We use embedded image option with icon images in our evaluation. However, we have several custom shapes including icons that are defined using Vector Graphics (set of SVGs with Path Data) that scale well. We defined a custom VectorShapeAnnotation that uses Path Data as input to display any custom shape. I thought if it is available in the library or as an example, it will help.How do you store information about vector graphics? As I know .NET does not have standard classes for storing information about SVG object.