PdfiumViewer icon indicating copy to clipboard operation
PdfiumViewer copied to clipboard

Should be able to render both annotations and form fields

Open mrbastian opened this issue 8 years ago • 0 comments

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.

mrbastian avatar Jan 18 '18 15:01 mrbastian