Class: Pdfrb::Annotation::FileAttachment
- Defined in:
- lib/pdfrb/annotation/types.rb
Overview
FileAttachment annotation (embedded file). ยง12.5.6.15 Inspired by mn2pdf's FileAttachmentAnnotation.
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.default_fields ⇒ Object
79 80 81 |
# File 'lib/pdfrb/annotation/types.rb', line 79 def default_fields { Name: :PushPin } end |
.subtype ⇒ Object
77 |
# File 'lib/pdfrb/annotation/types.rb', line 77 def subtype; :FileAttachment; end |