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