Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
Leadtools.Dicom Namespace > DicomJpeg2000Options Structure : RegionOfInterest Property |
public DicomJpeg2000RegionOfInterest RegionOfInterest {get; set;}
'Declaration
Public Property RegionOfInterest As DicomJpeg2000RegionOfInterest
'Usage
Dim instance As DicomJpeg2000Options Dim value As DicomJpeg2000RegionOfInterest instance.RegionOfInterest = value value = instance.RegionOfInterest
public DicomJpeg2000RegionOfInterest RegionOfInterest {get; set;}
<br/>get_RegionOfInterest();<br/>set_RegionOfInterest(value);<br/>Object.defineProperty('RegionOfInterest');
public: property DicomJpeg2000RegionOfInterest RegionOfInterest { DicomJpeg2000RegionOfInterest get(); void set ( DicomJpeg2000RegionOfInterest value); }