QrCodeSearchOptionsReturnContent 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
ReturnContentType.
By default this option is disabled.
Namespace: GroupDocs.Signature.OptionsAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.7.0.0 (22.7)
Syntaxpublic bool ReturnContent { get; set; }
Public Property ReturnContent As Boolean
Get
Set
public:
property bool ReturnContent {
bool get ();
void set (bool value);
}
member ReturnContent : bool with get, set
Property Value
Type:
Boolean
See Also