Hello Kevin,
VintaSoft Imaging .NET SDK allows to save annotations in PDF document as VintasoftAnnotations and/or as PDF annotations.
You need to use the ImageCollection, AnnotationDataCollection and AnnotationData classes if you want to save Vintasoft annotations into PDF document.
PDF encoder will create the appearances for Vintasoft annotations if you will set value of PdfEncoderSettings.GenerateAnnotationAppearance property to True:
https://www.vintasoft.com/docs/vsimagin ... rance.html
Created annotations can be
viewed and
edited in Vintasoft annotation viewer.
Created PDF annotation appearances can be
viewed in any PDF viewer. You also can edit created PDF annotation appearances in any PDF viewer
but your changes in PDF annotation appearances will be ignored (SDK will generate new appearances from Vintasoft annotations) if you later open PDF document in Vintasoft annotation viewer.
You need use the PdfDocument and PdfAnnotation classes if you want to save PDF annotations into PDF document. Created annotations can be
viewed and
edited in any PDF viewer.
Best regards, Alexander