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 = @"…...Pages.Add(); Page page = document.Pages[1]; string...SoundAnnotation soundAnnotation = new(page, new Rectangle(20, 20, 40, 40)...