Class: RustPdf::SignatureField

Inherits:
Struct
  • Object
show all
Defined in:
lib/rustpdf.rb

Overview

A signature field discovered in a PDF (pre-signing inventory). signed is true when the field already carries a signature.

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name



196
197
198
# File 'lib/rustpdf.rb', line 196

def name
  @name
end

#signedObject

Returns the value of attribute signed



196
197
198
# File 'lib/rustpdf.rb', line 196

def signed
  @signed
end