Gets or sets a value that indicate whether anti-aliasing should be used during rendering.
Object.defineProperty(AutomationImageViewer.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. Anti-aliasing can smooth the rendering of lines and text objects. This effect might not be desirable for some application types. Each IAnnAutomationControl can support this behavior and expose it through the AutomationAntiAlias property.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document