SearchOptionsSkipExternal Property |
Flag to return only signatures marked as IsSignature. By default value is false that indicates to return all signatures that match specified criteria.
Namespace: GroupDocs.Signature.OptionsAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 21.3.0.0 (21.3)
Syntaxpublic bool SkipExternal { get; set; }
Public Property SkipExternal As Boolean
Get
Set
public:
property bool SkipExternal {
bool get ();
void set (bool value);
}
member SkipExternal : bool with get, set
Property Value
Type:
Boolean
See Also