C#
VB
WinRT C#
C++
Gets or sets the flag that indicates how to determine the resulting compression.
public DicomJpeg2000CompressionControl CompressionControl { get; set; }
Public Property CompressionControl As Leadtools.Dicom.DicomJpeg2000CompressionControl
public Leadtools.Dicom.DicomJpeg2000CompressionControl CompressionControl {get; set;}
<br/>get_CompressionControl();<br/>set_CompressionControl(value);<br/>Object.defineProperty('CompressionControl');
public:
property Leadtools.Dicom.DicomJpeg2000CompressionControl CompressionControl {
Leadtools.Dicom.DicomJpeg2000CompressionControl get();
void set ( Leadtools.Dicom.DicomJpeg2000CompressionControl value);
}
Enumeration that indicates how to determine the resulting compression. The value of this property determines which structure property should be used for determining the compression.
For an example, refer to Jpeg2000Options.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET