Class: Pdfrb::Annotation::Stamp
- Defined in:
- lib/pdfrb/annotation/types.rb
Overview
Stamp annotation (rubber stamp). ยง12.5.6.8
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.default_fields ⇒ Object
53 54 55 |
# File 'lib/pdfrb/annotation/types.rb', line 53 def default_fields { Name: :Draft } end |
.subtype ⇒ Object
51 |
# File 'lib/pdfrb/annotation/types.rb', line 51 def subtype; :Stamp; end |