I would like to programatically remove the "scroll long text" field from a form field in a PDF prior to stamping that field. I would like to do so anytime a field has this setting enabled for a given form field. I had a similar problem recently and had resolved this using the solution I posted at the bottom of this post: ITextSharp: Remove character Limit from a form field
I think I should be able to do this in the same area but I'm not sure which PdfName setting I need to be looking for to detect (and remove) this setting.
Thanks in advance!