XmlEditOptionsRecognizeEmails Property |
Allows to enable recognition algorithm for email addresses in attribute values
Namespace: GroupDocs.Editor.OptionsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.10.0.0
Syntaxpublic bool RecognizeEmails { get; set; }
Public Property RecognizeEmails As Boolean
Get
Set
public:
property bool RecognizeEmails {
bool get ();
void set (bool value);
}
member RecognizeEmails : bool with get, set
Property Value
Type:
Boolean
See Also