| Visual Basic (Declaration) | |
|---|---|
Public Property GraphicsAlpha As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int GraphicsAlpha {get; set;} | |
Return Value
The type of anti-aliasing to use.
| Value | Meaning |
|---|---|
| 1 | Do not use graphics anti-aliasing. |
| 2 | Use 2-bit graphics anti-aliasing. |
| 4 | Use 4-bit graphics anti-aliasing. |
For an example, refer to CodecsPdfOptions.
Aliasing is the effect on all pixel devices where diagonal and curved lines have a zigzag appearance. As pixels get larger, this effect becomes more noticeable. Anti-aliasing refers to methods designed to decrease or eliminate this effect. This is done by shading the pixels along the borders of the affected lines.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family