J2KUseROI property (Main Control)
Builder Syntax |
bool J2KUseROI |
Delphi Syntax |
J2KUseROI: Boolean |
Overview |
Remarks
Gets or sets a boolean flag that indicates whether to use a region of interest. Possible values are:
Value |
Meaning |
TRUE |
Use a region of interest as specified in the J2KROIControl property. |
FALSE |
Do not use a region of interest. If you do not want to use a region of interest, set this property to FALSE. Otherwise, there may be a significant compression and speed performance loss. |
See Also