PdfiumViewer
PdfiumViewer copied to clipboard
Should be able to render both annotations and form fields
Annotations flag was being used to render form fields, but not annotations (aka PDF comments).
I tried to avoid modifying existing method behaviors in order to not break any existing code, but added a new method/parameter that uses a separate bool to draw form fields and does not modify Annotations flag so that annotations can also be included in render.