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