Error processing SSI file
LEADTOOLS Medical (Leadtools.MedicalViewer assembly)

Show in webframe

AutomationAntiAlias Property






Gets or sets a value that indicate whether anti-aliasing should be used during rendering.
Syntax
public virtual bool AutomationAntiAlias {get; set;}
'Declaration   Public Overridable Property AutomationAntiAlias As Boolean
'Usage   Dim instance As MedicalViewerBaseCell Dim value As Boolean   instance.AutomationAntiAlias = value   value = instance.AutomationAntiAlias
public: virtual property bool AutomationAntiAlias {    bool get();    void set (    bool value); }

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 Leadtools.Annotations.Core.IAnnAutomationControl can support this behavior and expose it to the user through the AutomationAntiAlias property.

Requirements

Target Platforms

See Also

Reference

MedicalViewerBaseCell Class
MedicalViewerBaseCell Members

Error processing SSI file
Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features