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(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, 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, System::SharedPtr<Aspose::Pdf::Devices::Resolution> resolution)
ParameterTypeDescription
widthint32_tImage output width.
heightint32_tImage output height.
resolutionSystem::SharedPtr<Aspose::Pdf::Devices::Resolution>Resolution for the result image file, see Resolution class.

See Also

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

Initializes a new instance of the DicomDevice class.

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

See Also

DicomDevice::DicomDevice(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(System::SharedPtr<PageSize> pageSize)
ParameterTypeDescription
pageSizeSystem::SharedPtr<PageSize>Page size of the output image.

See Also

DicomDevice::DicomDevice(System::SharedPtr<PageSize>, 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(System::SharedPtr<PageSize> pageSize, System::SharedPtr<Aspose::Pdf::Devices::Resolution> resolution)
ParameterTypeDescription
pageSizeSystem::SharedPtr<PageSize>Page size of the output image.
resolutionSystem::SharedPtr<Aspose::Pdf::Devices::Resolution>Resolution for the result image file, see Resolution class.

See Also