SaveJ2KCBS_SelectiveACBypass property (LEADDlgFile Control)
Builder Syntax |
bool SaveJ2KCBS_SelectiveACBypass |
Delphi Syntax |
SaveJ2KCBS_SelectiveACBypass: Boolean |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
Gets or sets a value that indicates whether the "lazy coding mode" is adopted and whether the "Selective AC Bypass" check box was checked in the Save dialog box. If the lazy coding mode is adopted, trailing bit-planes bypass the arithmetic coder except in the normalization pass. Possible values are:
Value |
Meaning |
TRUE |
The "lazy-coding mode" is adopted and the "Selective AC Bypass" check box is checked. Trailing bit-planes bypass the arithmetic coder except in the normalization pass. |
FALSE |
The arithmetic encoder will be used on all passes and the "Selective AC Bypass" check box is not checked. |
See Also