LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
GraphicsAlpha Property
See Also 
Leadtools.WinForms.CommonDialogs.File Namespace > RasterDialogPdfFileOptions Class : GraphicsAlpha Property



Gets and sets the type of graphics anti-aliasing to use.

Syntax

Visual Basic (Declaration) 
Public Property GraphicsAlpha As Integer
Visual Basic (Usage)Copy Code
Dim instance As RasterDialogPdfFileOptions
Dim value As Integer
 
instance.GraphicsAlpha = value
 
value = instance.GraphicsAlpha
C# 
public int GraphicsAlpha {get; set;}
C++/CLI 
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.

Example

Refer to RasterOpenDialog example.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also