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
| Parameter | Type | Description |
|---|---|---|
| page | System::SharedPtr<Page> | The page to convert. |
| output | System::SharedPtr<System::IO::Stream> | Result stream. |
See Also
- Typedef SharedPtr
- Class Page
- Class Stream
- Class TextDevice
- Namespace Aspose::Pdf::Devices
- Library Aspose.PDF for C++