1. GroupDocs.Signature
  2. /
  3. GroupDocs.Signature for Python via .NET
  4. /
  5. groupdocs.signature.domain.extensions
  6. /
  7. Mailmark2D class
  8. /
  9. customer_content_encode_mode property

customer_content_encode_mode property

customer_content_encode_mode property

Encode mode of DataMatrix barcode. Default value: DataMatrixEncodeMode.C40. DataMatrixEncodeMode

Definition:

@property
def customer_content_encode_mode(self):
    ...
@customer_content_encode_mode.setter
def customer_content_encode_mode(self, value):
    ...

See Also