LoadOptionsLoadText Property |
Indicates that the strings passed are comparison text, not file paths (For Text Comparison only).
Namespace: GroupDocs.Comparison.OptionsAssembly: GroupDocs.Comparison (in GroupDocs.Comparison.dll) Version: 22.6.0.0 (22.6)
Syntaxpublic bool LoadText { get; set; }
Public Property LoadText As Boolean
Get
Set
public:
property bool LoadText {
bool get ();
void set (bool value);
}
member LoadText : bool with get, set
Property Value
Type:
Boolean
See Also