public class DicomOptions extends ImageOptionsBase
The DICOM file format creation options.
| Constructor and Description |
|---|
DicomOptions()
Initializes a new instance of the
DicomOptions class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getColorType()
Gets or sets the type of the color.
|
com.aspose.imaging.fileformats.dicom.Compression |
getCompression()
Gets or sets the compression.
|
long |
getTargetFormat() |
void |
setColorType(int value)
Gets or sets the type of the color.
|
void |
setCompression(com.aspose.imaging.fileformats.dicom.Compression value)
Gets or sets the compression.
|
getInterruptionToken, getLayers, getPalette, getPc3File, getResolutionSettings, getRotation, getSource, getTimeout, getUserWatermarkColor, getUserWatermarkText, getVectorRasterizationOptions, getXmpData, setInterruptionToken, setLayers, setPalette, setPc3File, setResolutionSettings, setRotation, setSource, setTimeout, setUserWatermarkColor, setUserWatermarkText, setVectorRasterizationOptions, setXmpDatapublic DicomOptions()
Initializes a new instance of the DicomOptions class.
public long getTargetFormat()
getTargetFormat in class ImageOptionsBasepublic final com.aspose.imaging.fileformats.dicom.Compression getCompression()
Gets or sets the compression.
Value: The compression.public final void setCompression(com.aspose.imaging.fileformats.dicom.Compression value)
Gets or sets the compression.
Value: The compression.public final int getColorType()
Gets or sets the type of the color.
Value: The type of the color.public final void setColorType(int value)
Gets or sets the type of the color.
Value: The type of the color.