Table of Contents

Class DicomOptions

Namespace
Aspose.Imaging.ImageOptions
Assembly
Aspose.Imaging.dll

The API for Digital Imaging and Communications in Medicine (DICOM) raster image format creation is a specialized tool tailored for medical device applications. It enables the seamless generation of DICOM images, crucial for storing medical data and containing vital identification information. With features to and set compression, define color types, and embed XMP metadata, developers can ensure compliance and flexibility in managing DICOM images for medical imaging purposes.

public class DicomOptions : ImageOptionsBase, IDisposable, IHasXmpData, IHasMetadata
Inheritance
DicomOptions
Implements
Inherited Members

Constructors

DicomOptions()

public DicomOptions()

Properties

ColorType

Gets or sets the type of the color.

public ColorType ColorType { get; set; }

Property Value

ColorType

The type of the color.

Compression

Gets or sets the compression.

public Compression Compression { get; set; }

Property Value

Compression

The compression.