Example #1
0
 public Sound(
     Page page,
     RectangleF box,
     string text,
     multimedia::Sound content
     ) : base(page, PdfName.Sound, box, text)
 {
     Content = content;
 }
Example #2
0
 public Sound(
     Page page,
     RectangleF box,
     multimedia::Sound content
     ) : base(
         page.Document,
         PdfName.Sound,
         box,
         page
         )
 {
     Content = content;
 }