TextAlpha Property

Summary

Gets and sets the password to be used when loading encrypted files.

Syntax
C#
VB
C++
public int TextAlpha { get; set; } 
  
Public Property TextAlpha As Integer 
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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly