SearchOptionsAllPages Property |
Flag to search on each Document page. By default this value is set to true.
Namespace: GroupDocs.Signature.OptionsAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 21.3.0.0 (21.3)
Syntaxpublic bool AllPages { get; set; }
Public Property AllPages As Boolean
Get
Set
public:
property bool AllPages {
bool get ();
void set (bool value);
}
member AllPages : bool with get, set
Property Value
Type:
Boolean
See Also