VintaSoft Annotation .NET Plug-in Discussions
Questions, comments and suggestions concerning VintaSoft Annotation .NET Plug-in.
Board index < VintaSoft Imaging < VintaSoft Annotation .NET Plug-in Discussions
Vintasoft.Imaging.Codecs.Encoders.PdfEncoder pdfEncoder = new Vintasoft.Imaging.Codecs.Encoders.PdfEncoder(); pdfEncoder.AnnotationsFormat = AnnotationsFormat.VintasoftBinary; pdfEncoder.Settings.GenerateAnnotationAppearance = true; annotationViewer1.Images.SaveSync(_filePath, pdfEncoder);I have no trouble opening the document, highlighting text and saving with Adobe Reader; so I don't think it's due to the file being corrupted.