Gets or sets a value that indicate whether the text inside the object is rendered flip or reversed when the object is orientation is changed.
public virtual bool FlipReverseText {get; set;}
Public Overridable Property FlipReverseText As Boolean
public virtual bool FlipReverseText {get; set;}
<br/>get_FlipReverseText();<br/>set_FlipReverseText(value);<br/>Object.defineProperty('FlipReverseText');
true to render the text inside the object flip or reversed when the object is orientation is changed, otherwise; false. Default value is false.
The value of this property will determine how the text is rendered when the owner object is flipped or reserved. Set to false to leave the text always in the correct top-left orientation regardless if the object itself is flipped or reserved. Or set it to true to show the text flipped and or reversed when the object itself flips or reverses.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET