Visual Basic (Declaration) | |
---|---|
Public Property TextTemplateType As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int TextTemplateType {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_TextTemplateType(); public: __property void set_TextTemplateType( int value ); |
Return Value
An integer value that specifies which template-based arithmetic encoder to use when encoding a text area. Currently, LEADTOOLS supports the following templates:Value | Meaning |
---|---|
0 | Three lines with a 16-pixel template. |
1 | Three lines with a 13-pixel template. |
2 | Three lines with a 10-pixel template. |
3 | Two lines with a 10-pixel template. |
For an example, refer to CodecsJbig2SaveOptions.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family