public bool UseRegionOfInterest {get; set;}
public bool UseRegionOfInterest {get; set;}
get_UseRegionOfInterest();
set_UseRegionOfInterest(value);
public:
property bool UseRegionOfInterest {
bool get();
void set ( bool value);
}
'Declaration
Public Property UseRegionOfInterest As Boolean
'Usage
Dim instance As DicomJpeg2000Options
Dim value As Boolean
instance.UseRegionOfInterest = value
value = instance.UseRegionOfInterest
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2