Aspose::Pdf::Devices::EmfDevice::Process method

EmfDevice::Process method

Converts the page into emf and saves it in the output stream.

void Aspose::Pdf::Devices::EmfDevice::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>Output stream with emf image.

See Also