Aspose::Pdf::Devices::BmpDevice::Process method
BmpDevice::Process method
Converts the page into bmp and saves it in the output stream.
void Aspose::Pdf::Devices::BmpDevice::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> | Output stream with bmp image. |
See Also
- Typedef SharedPtr
- Class Page
- Class Stream
- Class BmpDevice
- Namespace Aspose::Pdf::Devices
- Library Aspose.PDF for C++