Aspose::Pdf::Devices::BmpDevice::Process método

BmpDevice::Process method

Convierte la página a bmp y la guarda en el flujo de salida.

void Aspose::Pdf::Devices::BmpDevice::Process(System::SharedPtr<Page> page, System::SharedPtr<System::IO::Stream> output) override
ParámetroTipoDescripción
páginaSystem::SharedPtr<Page>La página a convertir.
outputSystem::SharedPtr<System::IO::Stream>Flujo de salida con imagen bmp.

Ver también