Hi,
i have an issue with the pdfviewer control, how can i save annotations, strokes, highlights ecc ecc in a new pdf file? original pdf => new pdf (original pdf + annotations..)
This code seems to only save the original loaded pdf:
PdfLoadedDocument lDoc = pdfviewer1.LoadedDocument;
lDoc.Save("Sample.pdf");