Aspose::Pdf::Devices::TiffDevice класс

TiffDevice class

Этот класс помогает сохранять pdf‑документ постранично в одно tiff‑изображение.

class TiffDevice : public Aspose::Pdf::Devices::DocumentDevice

Методы

МетодОписание
BinarizeBradley(const System::SharedPtr<System::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, double)Выполняет бинаризацию Брэдли для входного потока.
get_FormPresentationMode() constПолучает режим отображения формы.
get_Height() constПолучает высоту выходного изображения.
get_RenderingOptions() constПолучает параметры рендеринга.
get_Resolution() constПолучает разрешение изображения.
get_Settings() constПолучает настройки для отображения PDF в TIFF‑изображение.
get_Width() constПолучает ширину выходного изображения.
Process(System::SharedPtr<Aspose::Pdf::Document>, int32_t, int32_t, System::SharedPtr<System::IO::Stream>) overrideПреобразует определённые страницы документа в TIFF и сохраняет их в выходном потоке.
Process(System::SharedPtr<Page>, System::SharedPtr<System::IO::Stream>) overrideВыполняет некоторую операцию над заданной страницей, например, преобразует страницу в графическое изображение.
set_FormPresentationMode(Aspose::Pdf::Devices::FormPresentationMode)Устанавливает режим отображения формы.
set_RenderingOptions(const System::SharedPtr<Aspose::Pdf::RenderingOptions>&)Устанавливает параметры рендеринга.
TiffDevice(const System::SharedPtr<Aspose::Pdf::Devices::Resolution>&)Инициализирует новый экземпляр класса TiffDevice.
TiffDevice(const System::SharedPtr<Aspose::Pdf::Devices::Resolution>&, const System::SharedPtr<TiffSettings>&)Инициализирует новый экземпляр класса TiffDevice.
TiffDevice(const System::SharedPtr<Aspose::Pdf::Devices::Resolution>&, const System::SharedPtr<TiffSettings>&, const System::SharedPtr<IIndexBitmapConverter>&)Инициализирует новый экземпляр класса TiffDevice.
TiffDevice(const System::SharedPtr<TiffSettings>&)Инициализирует новый экземпляр класса TiffDevice.
TiffDevice(const System::SharedPtr<TiffSettings>&, const System::SharedPtr<IIndexBitmapConverter>&)Инициализирует новый экземпляр класса TiffDevice.
TiffDevice()Инициализирует новый экземпляр класса TiffDevice с настройками по умолчанию.
TiffDevice(int32_t, int32_t, const System::SharedPtr<Aspose::Pdf::Devices::Resolution>&, const System::SharedPtr<TiffSettings>&)Инициализирует новый экземпляр класса TiffDevice.
TiffDevice(int32_t, int32_t, const System::SharedPtr<Aspose::Pdf::Devices::Resolution>&, const System::SharedPtr<TiffSettings>&, const System::SharedPtr<IIndexBitmapConverter>&)Инициализирует новый экземпляр класса TiffDevice.
TiffDevice(const System::SharedPtr<PageSize>&, const System::SharedPtr<Aspose::Pdf::Devices::Resolution>&, const System::SharedPtr<TiffSettings>&)Инициализирует новый экземпляр класса TiffDevice.
TiffDevice(const System::SharedPtr<PageSize>&, const System::SharedPtr<Aspose::Pdf::Devices::Resolution>&, const System::SharedPtr<TiffSettings>&, const System::SharedPtr<IIndexBitmapConverter>&)Инициализирует новый экземпляр класса TiffDevice.
TiffDevice(int32_t, int32_t, const System::SharedPtr<Aspose::Pdf::Devices::Resolution>&)Инициализирует новый экземпляр класса TiffDevice.
TiffDevice(const System::SharedPtr<PageSize>&, const System::SharedPtr<Aspose::Pdf::Devices::Resolution>&)Инициализирует новый экземпляр класса TiffDevice.
TiffDevice(int32_t, int32_t, const System::SharedPtr<TiffSettings>&)Инициализирует новый экземпляр класса TiffDevice.
TiffDevice(int32_t, int32_t, const System::SharedPtr<TiffSettings>&, const System::SharedPtr<IIndexBitmapConverter>&)Инициализирует новый экземпляр класса TiffDevice.
TiffDevice(const System::SharedPtr<PageSize>&, const System::SharedPtr<TiffSettings>&, const System::SharedPtr<IIndexBitmapConverter>&)Инициализирует новый экземпляр класса TiffDevice.
TiffDevice(const System::SharedPtr<PageSize>&, const System::SharedPtr<TiffSettings>&)Инициализирует новый экземпляр класса TiffDevice.
TiffDevice(int32_t, int32_t)Инициализирует новый экземпляр класса TiffDevice.
TiffDevice(const System::SharedPtr<PageSize>&)Инициализирует новый экземпляр класса TiffDevice.

См. также