BarcodeSearchOptionsReturnContent 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
ReturnContentType.
By default this option is disabled.
Namespace: GroupDocs.Signature.OptionsAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 21.3.0.0 (21.3)
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