Adding a readonly checkbox

I'm using creating a document that looks like a filled out form and I need to add checkboxes.  These will be readonly and won't be changed.  I'm mostly using a bunch of pdfGrid's to make my document.  It seems like I can only add a PdfCheckBoxField with doc.Form.Fields.Add(checkb1).  I'd rather add it in a cell of a grid though.  Should I just use static images for checked and unchecked instead of the PdfCheckBoxField field?

1 Reply

GM Geetha M Syncfusion Team July 5, 2012 07:12 AM UTC

Hi Dan,

Thank you for your interest in Syncfusion products.

It is not possible to add the form field using PdfGrid. However, you can add form field to any location in the PdfPage provided the location and size of the field is known. If the PdfGrid is dynamic, then as you said, you can make use of images.

Please let us know if you have any questions.

Regards
Geetha

Loader.
Up arrow icon