RanorexNetRanorexNet Documentation
UseCompatibleTextRendering Property
NamespacesRanorexCheckBoxUseCompatibleTextRendering
Gets or sets a value that determines whether to use the compatible text rendering engine (GDI+) or not (GDI).
Declaration Syntax
C#Visual BasicVisual C++
public bool UseCompatibleTextRendering { get; set; }
Public Property UseCompatibleTextRendering As Boolean
public:
property bool UseCompatibleTextRendering {
	bool get ();
	void set (bool value);
}
Remarks
Supported only in RanorexPro.
Exceptions
ExceptionCondition
NotSupportedExceptionThrown when the property is not available.

Assembly: RanorexNet (Module: RanorexNet) Version: 1.5.1.4524