I’m trying to add a sound annotation to a PDF using the code below:
document = new Document();
document.Pages.Add();
Page page = document.Pages[1];
string audioFile = @"…...code below: document = new Document(); document.Pages.Add();...Add(); Page page = document.Pages[1]; string audioFile = @"D:\Proj...