Class: DynamicPDFApi::EncryptDocumentComponents

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_client/EncryptDocumentComponents.rb

Overview

Specifies the document components to be encrypted.

Constant Summary collapse

ALL =

Encrypts all document contents.

'all'
ALL_EXCEPT_METADATA =

Encrypts all document contents except metadata.

'allExceptMetadata'