SaveJ2KCBS_ResetContextOnBoundaries property (LEADDlgFile Control)
Builder Syntax |
bool SaveJ2KCBS_ResetContextOnBoundaries |
Delphi Syntax |
SaveJ2KCBS_ResetContextOnBoundaries: Boolean |
Overview |
Refer to Using Imaging Common Dialogs. |
Remarks
Gets or sets a value that indicates whether the arithmetic coder's probability models are reset between coding passes and whether the "Reset Context On Boundaries" check box is checked in the Save dialog box. This controls where the end of encoded data is and limits the amount of potentially lost data in the event of a transmission error. Possible values are:
Value |
Meaning |
TRUE |
The "Reset Context On Boundaries" check box is checked and the arithmetic coder's probability models are reset between coding passes. |
FALSE |
The "Reset Context On Boundaries" check box is not checked and the arithmetic coder's probability models are not reset between coding passes. |
See Also