LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)
LEAD Technologies, Inc

TextAlpha Property






Gets and sets the password to be used when loading encrypted files.
Syntax
public int TextAlpha {get; set;}
'Declaration
 
Public Property TextAlpha As Integer
'Usage
 
Dim instance As RasterDialogPdfFileOptions
Dim value As Integer
 
instance.TextAlpha = value
 
value = instance.TextAlpha
public int TextAlpha {get; set;}
 get_TextAlpha();
set_TextAlpha(value);
public:
property int TextAlpha {
   int get();
   void set (    int value);
}

Property Value

The type of anti-aliasing to use.

Value Meaning
1 Do not use font anti-aliasing.
2 Use 2-bit font anti-aliasing.
4 Use 4-bit font anti-aliasing.
Example
Refer to RasterOpenDialog example.
Requirements

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

See Also

Reference

RasterDialogPdfFileOptions Class
RasterDialogPdfFileOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.