DrawingPadIsEmpty Property
Indicates user input on DrawingPad.
Namespace: BeeMobile.DrawingPadAssembly: BeeMobile.DrawingPad.NET48 (in BeeMobile.DrawingPad.NET48.dll) Version: 4.8.0.3
public bool IsEmpty { get; }
Public ReadOnly Property IsEmpty As Boolean
Get
Property Value
Boolean true: There is already user data on DrawingPad.
false: DrawingPad was erased with , or there is no user input.