Aspose::Pdf::Devices::GifDevice::GifDevice constructor

GifDevice::GifDevice() constructor

Инициализирует новый экземпляр класса GifDevice с разрешением по умолчанию.

Aspose::Pdf::Devices::GifDevice::GifDevice()

См. также

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

Инициализирует новый экземпляр класса GifDevice.

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

См. также

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

Инициализирует новый экземпляр класса GifDevice с указанным размером страницы, разрешением по умолчанию (=150).

Aspose::Pdf::Devices::GifDevice::GifDevice(const System::SharedPtr<PageSize> &pageSize)
ПараметрТипОписание
pageSizeconst System::SharedPtr<PageSize>&Page размер выходного изображения.

См. также

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

Инициализирует новый экземпляр класса GifDevice с указанным размером страницы и разрешением.

Aspose::Pdf::Devices::GifDevice::GifDevice(const System::SharedPtr<PageSize> &pageSize, const System::SharedPtr<Aspose::Pdf::Devices::Resolution> &resolution)
ПараметрТипОписание
pageSizeconst System::SharedPtr<PageSize>&Page размер выходного изображения.
resolutionconst System::SharedPtr<Aspose::Pdf::Devices::Resolution>&Resolution для результирующего файла изображения, см. класс Resolution.

См. также

GifDevice::GifDevice(int32_t, int32_t) constructor

Инициализирует новый экземпляр класса GifDevice с указанными размерами изображения, разрешением по умолчанию (=150).

Aspose::Pdf::Devices::GifDevice::GifDevice(int32_t width, int32_t height)
ПараметрТипОписание
widthint32_tImage ширина вывода.
heightint32_tImage высота вывода.

См. также

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

Инициализирует новый экземпляр класса GifDevice с указанными размерами изображения и разрешением.

Aspose::Pdf::Devices::GifDevice::GifDevice(int32_t width, int32_t height, const System::SharedPtr<Aspose::Pdf::Devices::Resolution> &resolution)
ПараметрТипОписание
widthint32_tImage ширина вывода.
heightint32_tImage высота вывода.
resolutionconst System::SharedPtr<Aspose::Pdf::Devices::Resolution>&Resolution для результирующего файла изображения, см. класс Resolution.

См. также