public bool UseRegionOfInterest {get; set;}
'Declaration
Public Property UseRegionOfInterest As Boolean
'Usage
Dim instance As DicomJpeg2000Options
Dim value As Boolean
instance.UseRegionOfInterest = value
value = instance.UseRegionOfInterest
public bool UseRegionOfInterest {get; set;}
get_UseRegionOfInterest();
set_UseRegionOfInterest(value);
Object.defineProperty('UseRegionOfInterest');
public:
property bool UseRegionOfInterest {
bool get();
void set ( bool value);
}
Property Value
true to Use a region of interest as specified in the
RegionOfInterest property, false to command not to use the region of interest.