Method: EideticPDF::PdfObjects::PdfSoundAnnot#initialize
- Defined in:
- lib/epdfo.rb
#initialize(seq, gen, rect, sound) ⇒ PdfSoundAnnot
Returns a new instance of PdfSoundAnnot.
676 677 678 679 680 |
# File 'lib/epdfo.rb', line 676 def initialize(seq, gen, rect, sound) # sound: PdfStream super(seq, gen, 'Sound', rect) dictionary['Sound'] = sound end |