LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)

GraphicsAlpha Property

Show in webframe





Gets and sets the type of graphics anti-aliasing to use.
Syntax
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:
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

See Also

Reference

RasterDialogPdfFileOptions Class
RasterDialogPdfFileOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.