Hi, good morning. I’m trying to transfer the formFieldCollection from my current PDF Viewer to a new PDF Viewer. I’ve attempted the code below, but it’s not working — the form design doesn’t appear in the new PDF Viewer. How can I properly transfer the form fields and make sure they show up in the new viewer?
this.newPdfviewerControl.FormFieldCollections = this.currentPdfviewerControl.FormFieldCollections;