return_content property
return_content property
Gets or sets flag to grab Barcode image content of signature on document page.
If this flag is set true, Barcode signature image content will keep raw image data by required format BarcodeSearchOptions.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
BarcodeSearchOptions