How do I update PDFViewCtrl to reflect a change in field value?

56 views
Skip to first unread message

Support

unread,
Sep 22, 2014, 8:46:05 PM9/22/14
to pdfne...@googlegroups.com
Q:

When trying to change value of a checkbox by code, the appearance does not refresh.

For example in iOS:
 
TRNField *field = [self.docToOpen GetField:@"SMP"];
    
[field SetFlag:e_read_only value:NO];
[field SetValueWithBool:YES];
[field RefreshAppearance];

---------
A:

Reply all
Reply to author
Forward
0 new messages