Class: Pdfrb::Annotation::Stamp

Inherits:
Base
  • Object
show all
Defined in:
lib/pdfrb/annotation/types.rb

Overview

Stamp annotation (rubber stamp). ยง12.5.6.8

Class Method Summary collapse

Methods inherited from Base

create, register_as

Class Method Details

.default_fieldsObject



53
54
55
# File 'lib/pdfrb/annotation/types.rb', line 53

def default_fields
  { Name: :Draft }
end

.subtypeObject



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

def subtype; :Stamp; end