Gets and sets the password to be used when loading encrypted files.
Syntax
Visual Basic (Declaration) | |
---|
Public Property TextAlpha As Integer |
C# | |
---|
public int TextAlpha {get; set;} |
C++/CLI | |
---|
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
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