Aspose::Pdf::Devices::TextDevice::TextDevice конструктор

TextDevice::TextDevice() constructor

Инициализирует новый экземпляр TextDevice с режимом форматирования Raw text и кодировкой Unicode.

Aspose::Pdf::Devices::TextDevice::TextDevice()

См. также

TextDevice::TextDevice(const System::SharedPtr<System::Text::Encoding>&) constructor

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

Aspose::Pdf::Devices::TextDevice::TextDevice(const System::SharedPtr<System::Text::Encoding> &encoding)
ПараметрТипОписание
encodingconst System::SharedPtr<System::Text::Encoding>&Кодировка извлечённого текста

См. также

TextDevice::TextDevice(const System::SharedPtr<Text::TextExtractionOptions>&) constructor

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

Aspose::Pdf::Devices::TextDevice::TextDevice(const System::SharedPtr<Text::TextExtractionOptions> &extractionOptions)
ПараметрТипОписание
extractionOptionsconst System::SharedPtr<Text::TextExtractionOptions>&Text параметры извлечения.

См. также

TextDevice::TextDevice(const System::SharedPtr<Text::TextExtractionOptions>&, const System::SharedPtr<System::Text::Encoding>&) constructor

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

Aspose::Pdf::Devices::TextDevice::TextDevice(const System::SharedPtr<Text::TextExtractionOptions> &extractionOptions, const System::SharedPtr<System::Text::Encoding> &encoding)
ПараметрТипОписание
extractionOptionsconst System::SharedPtr<Text::TextExtractionOptions>&Text параметры извлечения.
encodingconst System::SharedPtr<System::Text::Encoding>&Кодировка извлечённого текста.

См. также