ImageGear .NET - Updated March 30, 2018
AntiAliasing Property (IImGearPageDisplay)




ImageGear24.Core Assembly > ImageGear.Display Namespace > IImGearPageDisplay Interface : AntiAliasing Property
Gets bitonal anti-aliasing settings.
Syntax
'Declaration
 
ReadOnly Property AntiAliasing As IImGearAntiAlias
 
'Usage
 
Dim instance As IImGearPageDisplay
Dim value As IImGearAntiAlias
 
value = instance.AntiAliasing

Property Value

IImGearAntiAlias interface.
Remarks
Value returned is a reference to ImGearPageDisplay internal object. Accordingly, its modification affects parent ImGearPageDisplay.
See Also

Reference

IImGearPageDisplay Interface
IImGearPageDisplay Members
IImGearAntiAlias Interface