PSPDFKit-labs / UsingSharedBufferWithUWP

Sample repository that demonstrates how to share large data from UWP to WebView2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UsingSharedBufferWithUWP

This is a sample repository that demonstrates how to share buffers from UWP to WebView2 using SharedBuffer.

For the demonstration, we would:

  1. Create UWP app
  2. Add WebView2 to render a local HTML file
  3. Add a button to select image and send it to WebView2
  4. Render the image recieved from native process in HTML

About

Sample repository that demonstrates how to share large data from UWP to WebView2


Languages

Language:C# 89.5%Language:HTML 10.5%