return_content property
return_content property
Gets or sets flag to get Barcode image content of a signature which was put on document page.
If this flag is set true, Barcode signature image content will keep raw image data by required format BarcodeSignOptions.return_content_type
.
By default this option is disabled.
Definition:
@property
def return_content(self):
...
@return_content.setter
def return_content(self, value):
...
See Also
- module
groupdocs.signature.options
- class
BarcodeSignOptions