SaveJBIG2TextTemplateType property (LEADDlgFile Control)
Builder Syntax |
Byte SaveJBIG2TextTemplateType |
Delphi Syntax |
SaveJBIG2TextTemplateType: L_UCHAR |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
Gets or sets a value used in the Save Dialog Box 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