Class: Pdfrb::Annotation::FileAttachment

Inherits:
Base
  • Object
show all
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

create, register_as

Class Method Details

.default_fieldsObject



79
80
81
# File 'lib/pdfrb/annotation/types.rb', line 79

def default_fields
  { Name: :PushPin }
end

.subtypeObject



77
# File 'lib/pdfrb/annotation/types.rb', line 77

def subtype; :FileAttachment; end