←Select platform

AutomationAntiAlias Property

Summary
Gets or sets a value that indicate whether anti-aliasing should be used during rendering.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool AutomationAntiAlias { get; set; } 
@property (nonatomic) BOOL automationAntiAlias; 
boolean getAutomationAntiAlias(); 
void setAutomationAntiAlias(boolean value); 
public:  
   property bool AutomationAntiAlias 
   { 
      bool get() 
      void set(bool value) 
   } 
AutomationAntiAlias # get and set (IAnnAutomationControl) 

Property Value

true to turn on anti-aliasing should be used during rendering, otherwise; false.

Remarks

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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.