RadPdfViewer does not read image resources defined in Form XObject elements.
Some files when opened with PdfViewer will throw a KeyNotFoundException which will be handled. Parts of the text in the file might or might not be missing.
This would allow switching the focus between form field controls by using the Tab key.
In Adobe and Foxit readers, the user can draw different shapes, which are later saved as images in the document.
The exception is thrown during "Put" operator execution.
Use the attached project to reproduce.
Workaround:
var combo = toolbar.ChildrenOfType<PercentComboBox>().FirstOrDefault();
To reproduce:
- Search for a specific word until the last occurrence is found and a message appears.
- Click the FindPrevious button
Result: A message appears.
Expected: The previous entry is selected.