Gets and sets the type of graphics anti-aliasing to use.
public int GraphicsAlpha {get; set;}
'Declaration
Public Property GraphicsAlpha As Integer
'Usage
Dim instance As RasterDialogPdfFileOptions
Dim value As Integer
instance.GraphicsAlpha = value
value = instance.GraphicsAlpha
public int GraphicsAlpha {get; set;}
get_GraphicsAlpha();
set_GraphicsAlpha(value);
public:
property int GraphicsAlpha {
int get();
void set ( int value);
}
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2