logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Post a reply
From:
Message:

Maximum number of characters in each post is: 32767
Bold Italic Underline   Highlight Quote Choose Language for Syntax Highlighting Insert Image Insert an existing Attachment or upload a new File... Create Link   Unordered List Ordered List   Left Justify Center Justify Right Justify   Outdent Indent   More BBCode Tags
Font Color Font Size
Security Image:
Enter The Letters From The Security Image:
  Preview Post Cancel

Last 10 Posts (In reverse order)
Paul Rayman Posted: Thursday, July 19, 2018 7:12:10 PM(UTC)
 
It seems that you can just set the ReadOnly flag by analogy as here:

https://forum.patagames....ide-form-button#post1380
scott36117 Posted: Friday, September 8, 2017 7:31:20 AM(UTC)
 
Hi - We're making a form read only using the recommended method below - While this does work for the text fields, check boxes can still receive events and change their state. Is there something else you can recommend?

Thank you

Code:

if(_readOnly)
{
     RenderFlags |= Patagames.Pdf.Enums.RenderFlags.FPDF_ANNOT;
}