Gets or sets a value that indicate the type of graphics anti-aliasing to use.
public int GraphicsAlpha { get; set; }
Public Property GraphicsAlpha As Integer
@property (nonatomic, assign) NSInteger graphicsAlpha
public int getGraphicsAlpha()
public void setGraphicsAlpha(int value)
The type of anti-aliasing to use. Default value is 1.
Value | Meaning |
---|---|
1 | Do not use graphics anti-aliasing. |
2 | Use 2-bit graphics anti-aliasing. |
4 | Use 4-bit graphics anti-aliasing. |
The value of this property is used only when Leadtools.Pdf.Utilities.dll is used by the application. For more information, refer to Implementing PDF Features.
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.
This option affect pdf format when UsePdfEngine is set to true to use Leadtools.Pdf.Utilities.dll, it still affects Postscript format.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document