@@ -384,6 +384,8 @@
case CPDFViewFormModeButton:{
isPushButton = YES;
widgetAnnotation = [[CPDFButtonWidgetAnnotation alloc] initWithDocument:self.document controlType:CPDFWidgetPushButtonControl];
+ CPDFButtonWidgetAnnotation *buttonWidgetAnnotationut = widgetAnnotation;
+ buttonWidgetAnnotationut.caption = @"Push Button";
[widgetAnnotation setFieldName:[NSString stringWithFormat:@"%@%@",@"Push Button_",[self tagString]]];
}
break;