DicomOptions
Class DicomOptions
Namespace: Imagise.Compressor.ImageOptions
Assembly: Imagise.Compressor.dll
Our DICOM image API is a specialized tool designed for medical device applications, offering seamless creation of Digital Imaging and Communications in Medicine(DICOM) images. This API supports essential features for medical imaging, including compression settings, color type definitions With this API, developers can efficiently manage and store critical medical data while ensuring compliance with industry standards. Enhance your medical imaging solutions with flexible and reliable DICOM image management.
public class DicomOptions : DicomOptions, IDisposable
Inheritance
object ← ImageOptions ← DicomOptions ← DicomOptions
Implements
Inherited Members
ImageOptions.Clone(), ImageOptions.Dispose(), ImageOptions.Source, ImageOptions.VectorRasterizationOptions, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
DicomOptions()
public DicomOptions()
Properties
ColorType
Gets or sets the type of the color.
public ColorType ColorType { get; set; }
Property Value
Exceptions
Unexpected option type
Compression
Gets or sets the compression.
public Compression Compression { get; set; }
Property Value
Exceptions
Unexpected option type