DicomOptions

Inheritance: java.lang.Object, ImageOptionsBase

The DICOM file format creation options.

Constructors

ConstructorDescription
DicomOptions()Initializes a new instance of the DicomOptions class.

Methods

MethodDescription
getTargetFormat()
getCompression()Gets or sets the compression. Value: The compression.
setCompression(com.aspose.imaging.fileformats.dicom.Compression value)Gets or sets the compression. Value: The compression.
getColorType()Gets or sets the type of the color. Value: The type of the color.
setColorType(int value)Gets or sets the type of the color. Value: The type of the color.

DicomOptions()

public DicomOptions()

Initializes a new instance of the DicomOptions class.

getTargetFormat()

public long getTargetFormat()

Returns: long

getCompression()

public final com.aspose.imaging.fileformats.dicom.Compression getCompression()

Gets or sets the compression. Value: The compression.

Returns: com.aspose.imaging.fileformats.dicom.Compression

setCompression(com.aspose.imaging.fileformats.dicom.Compression value)

public final void setCompression(com.aspose.imaging.fileformats.dicom.Compression value)

Gets or sets the compression. Value: The compression.

getColorType()

public final int getColorType()

Gets or sets the type of the color. Value: The type of the color.

Returns: int

setColorType(int value)

public final void setColorType(int value)

Gets or sets the type of the color. Value: The type of the color.