Visual Basic (Declaration) | |
---|---|
Public Property GraphicsAlpha As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsPdfLoadOptions Dim value As Integer instance.GraphicsAlpha = value value = instance.GraphicsAlpha |
C# | |
---|---|
public int GraphicsAlpha {get; set;} |
Property 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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)