ImageSearchOptionsMaxContentSize Property |
For non zero value this flag specifies maximum size of images for search criteria.
By default this flag is set to zero and does not affect search result.
Namespace: GroupDocs.Signature.OptionsAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic long MaxContentSize { get; set; }
Public Property MaxContentSize As Long
Get
Set
public:
property long long MaxContentSize {
long long get ();
void set (long long value);
}
member MaxContentSize : int64 with get, set
Property Value
Type:
Int64
See Also