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 = @"…...using the code below: document = new Document(); document.Pages.Add();...SoundAnnotation soundAnnotation = new(page, new Rectangle(20, 20, 40, 40)...