Method: PDF::Core::DocumentState#encryption_key
- Defined in:
- lib/pdf/core/document_state.rb
#encryption_key ⇒ String?
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Encryption key
75 76 77 |
# File 'lib/pdf/core/document_state.rb', line 75 def encryption_key @encryption_key end |