Aspose::Pdf::Devices::TextDevice::Process method

TextDevice::Process method

Convert page and save it as text stream.

void Aspose::Pdf::Devices::TextDevice::Process(System::SharedPtr<Page> page, System::SharedPtr<System::IO::Stream> output) override
ParameterTypeDescription
pageSystem::SharedPtr<Page>The page to convert.
outputSystem::SharedPtr<System::IO::Stream>Result stream.

See Also