
Hi all,
What would be the best way to test if a pen input control has a drawing? Using IsBlank or IsEmpty on the image property does not seem to work?
Thanks
It's round about, but you can check if the PenInput has recognized Text. If it does have recognized text, it is not blank.
To check if the PenInput has a drawing:
!IsBlank(PenInput1.RecognizedText)
If the recognized text is not blank, it has a drawing.