Aspose::Pdf::Devices::DicomDevice::DicomDevice constructor

DicomDevice::DicomDevice() constructor

Initializes a new instance of the DicomDevice class with default resolution.

Aspose::Pdf::Devices::DicomDevice::DicomDevice()

See Also

DicomDevice::DicomDevice(const System::SharedPtr<Aspose::Pdf::Devices::Resolution>&) constructor

Initializes a new instance of the DicomDevice class.

Aspose::Pdf::Devices::DicomDevice::DicomDevice(const System::SharedPtr<Aspose::Pdf::Devices::Resolution> &resolution)

See Also

DicomDevice::DicomDevice(const System::SharedPtr<PageSize>&) constructor

Initializes a new instance of the DicomDevice class with provided page size, with default resolution (=150).

Aspose::Pdf::Devices::DicomDevice::DicomDevice(const System::SharedPtr<PageSize> &pageSize)
ParameterTypeDescription
pageSizeconst System::SharedPtr<PageSize>&Page size of the output image.

See Also

DicomDevice::DicomDevice(const System::SharedPtr<PageSize>&, const System::SharedPtr<Aspose::Pdf::Devices::Resolution>&) constructor

Initializes a new instance of the DicomDevice class with provided page size and resolution.

Aspose::Pdf::Devices::DicomDevice::DicomDevice(const System::SharedPtr<PageSize> &pageSize, const System::SharedPtr<Aspose::Pdf::Devices::Resolution> &resolution)
ParameterTypeDescription
pageSizeconst System::SharedPtr<PageSize>&Page size of the output image.
resolutionconst System::SharedPtr<Aspose::Pdf::Devices::Resolution>&Resolution for the result image file, see Resolution class.

See Also

DicomDevice::DicomDevice(int32_t, int32_t) constructor

Initializes a new instance of the DicomDevice class with provided image dimensions, with default resolution (=150).

Aspose::Pdf::Devices::DicomDevice::DicomDevice(int32_t width, int32_t height)
ParameterTypeDescription
widthint32_tImage output width.
heightint32_tImage output height.

See Also

DicomDevice::DicomDevice(int32_t, int32_t, const System::SharedPtr<Aspose::Pdf::Devices::Resolution>&) constructor

Initializes a new instance of the DicomDevice class with provided image dimensions and resolution.

Aspose::Pdf::Devices::DicomDevice::DicomDevice(int32_t width, int32_t height, const System::SharedPtr<Aspose::Pdf::Devices::Resolution> &resolution)
ParameterTypeDescription
widthint32_tImage output width.
heightint32_tImage output height.
resolutionconst System::SharedPtr<Aspose::Pdf::Devices::Resolution>&Resolution for the result image file, see Resolution class.

See Also