Gets or sets a value that indicate whether anti-aliasing should be used during rendering.
Object.defineProperty(IAnnAutomationControl.prototype, 'automationAntiAlias',
get: function(),
set: function(value)
)
automationAntiAlias: boolean;
true to turn on anti-aliasing should be used during rendering, otherwise; false.
This value is not called by the automation object. Instead, all LEADTOOLS Annotations demos contains a user interface element that allows the user to turn anti-alias on and off during rendering. This is platform specific and you should refer to the example project for each platform for the implementation details.
The annotation objects are considered to be vector shapes. And anti-aliasing can smooth the rendering of lines and text objects. This effect might not be desirable for some application types and this, each IAnnAutomationControl can support this behavior and expose it to the user through the AutomationAntiAlias property.
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