noFlashReflection property
Value indicating whether no flash reflection is visible.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get noFlashReflection => _handle.ref.NoFlashReflection;
Implementation
set noFlashReflection(int value) => _handle.ref.NoFlashReflection = value;