JBIG2TextTemplateType property (Main Control)
Builder Syntax |
Byte JBIG2TextTemplateType |
Delphi Syntax |
JBIG2TextTemplateType: L_UCHAR |
Overview |
Refer to Saving a Bitmap to a File. |
Remarks
Gets or sets a value that specifies which template-based arithmetic encoder to use when encoding a text area. Possible values are:
Value |
Meaning |
Template |
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. |
The default value is 0.
See Also