SaveJ2KCBS_TerminationOnEachPass property (LEADDlgFile Control)
Builder Syntax |
bool SaveJ2KCBS_TerminationOnEachPass |
Delphi Syntax |
SaveJ2KCBS_TerminationOnEachPass: Boolean |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
Gets or sets a value that indicates whether the arithmetic code-word generation process stops on a byte boundary at the end of each coding pass and whether the "Termination On Each Pass" check box is checked in the Save dialog box. Possible values are:
Value |
Meaning |
TRUE |
The "Termination On Each Pass" check box is checked and the arithmetic code-word generation process stops on a byte boundary at the end of each coding pass. |
FALSE |
The "Termination On Each Pass" check box is not checked and the arithmetic code-word generation process does not stop on a byte boundary at the end of each coding pass. |
See Also