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