public final class CompressionType
extends com.aspose.ms.System.Enum
The DICOM image compression type.
Modifier and Type | Field and Description |
---|---|
static int |
Jpeg
The JPEG compression.
|
static int |
Jpeg2000
The JPEG 2000 compression.
|
static int |
None
The none compression.
|
static int |
Rle
The RLE compression.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int None
The none compression.
public static final int Jpeg
The JPEG compression.
public static final int Jpeg2000
The JPEG 2000 compression.
public static final int Rle
The RLE compression.
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.