Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PhotoCapture.Dispose

public void Dispose();

Description

Dispose must be called to shutdown the PhotoCapture instance.

If your PhotoCapture instance successfully called PhotoCapture.StartPhotoModeAsync, you must make sure that you call PhotoCapture.StopPhotoModeAsync before disposing your PhotoCapture instance.