Skip to content

Instantly share code, notes, and snippets.

@juucustodio
Created January 11, 2018 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juucustodio/dfe1179693f4cfbdb421e814bdea45ad to your computer and use it in GitHub Desktop.
Save juucustodio/dfe1179693f4cfbdb421e814bdea45ad to your computer and use it in GitHub Desktop.
Example of Signature in Xamarin.Forms applications - http://julianocustodio.com/signature
public async void Save(object sender, EventArgs eventArgs)
{
Stream stream = await Pad.GetImageStreamAsync(SignatureImageFormat.Jpeg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment