|
@@ -385,6 +385,7 @@
|
|
|
isPushButton = YES;
|
|
|
widgetAnnotation = [[CPDFButtonWidgetAnnotation alloc] initWithDocument:self.document controlType:CPDFWidgetPushButtonControl];
|
|
|
CPDFButtonWidgetAnnotation *buttonWidgetAnnotationut = widgetAnnotation;
|
|
|
+ widgetAnnotation.borderColor = [UIColor blackColor];
|
|
|
buttonWidgetAnnotationut.caption = @"Push Button";
|
|
|
[widgetAnnotation setFieldName:[NSString stringWithFormat:@"%@%@",@"Push Button_",[self tagString]]];
|
|
|
}
|