DicomDevice

DicomDevice class

Represents image device that helps to save pdf document pages into Dicom format.

The DicomDevice type exposes the following members:

Constructors

NameDescription
DicomDevice()Initializes a new instance of the DicomDevice class with default resolution.
DicomDevice(resolution)Initializes a new instance of the DicomDevice class
DicomDevice(page_size)Initializes a new instance of the DicomDevice class
DicomDevice(width, height)Initializes a new instance of the DicomDevice class
DicomDevice(page_size, resolution)Initializes a new instance of the DicomDevice class
DicomDevice(width, height, resolution)Initializes a new instance of the DicomDevice class

Properties

NameDescription
coordinate_typeGets or sets the page coordinate type (Media/Crop boxes). CropBox value is used by default.
rendering_optionsGets or sets rendering options.
form_presentation_modeGets or sets form presentation mode.
resolutionGets image resolution.
widthGets image output width.
heightGets image output height.

Methods

NameDescription
process(page, output)Converts the page into Dicom and saves it in the output stream.
process(page, output_file_name)Converts the page into Dicom and saves it in the output stream.

See Also