Aspose::Pdf::Devices::DicomDevice::DicomDevice constructor
Contents
[
Hide
]DicomDevice::DicomDevice() constructor
Initializes a new instance of the DicomDevice class with default resolution.
Aspose::Pdf::Devices::DicomDevice::DicomDevice()
See Also
- Class DicomDevice
- Namespace Aspose::Pdf::Devices
- Library Aspose.PDF for C++
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
- Typedef SharedPtr
- Class Resolution
- Class DicomDevice
- Namespace Aspose::Pdf::Devices
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| pageSize | const System::SharedPtr<PageSize>& | Page size of the output image. |
See Also
- Typedef SharedPtr
- Class PageSize
- Class DicomDevice
- Namespace Aspose::Pdf::Devices
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| pageSize | const System::SharedPtr<PageSize>& | Page size of the output image. |
| resolution | const System::SharedPtr<Aspose::Pdf::Devices::Resolution>& | Resolution for the result image file, see Resolution class. |
See Also
- Typedef SharedPtr
- Class PageSize
- Class Resolution
- Class DicomDevice
- Namespace Aspose::Pdf::Devices
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| width | int32_t | Image output width. |
| height | int32_t | Image output height. |
See Also
- Class DicomDevice
- Namespace Aspose::Pdf::Devices
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| width | int32_t | Image output width. |
| height | int32_t | Image output height. |
| resolution | const System::SharedPtr<Aspose::Pdf::Devices::Resolution>& | Resolution for the result image file, see Resolution class. |
See Also
- Typedef SharedPtr
- Class Resolution
- Class DicomDevice
- Namespace Aspose::Pdf::Devices
- Library Aspose.PDF for C++