PDF Generation Template Editor
Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.
Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.
Retrieve and edit the appearance and content of form fields.
Note that the properties of different form field types may not be entirely consistent.
The steps to edit a form field are as follows:
Obtain the form object to be edited.
Modify the form properties.
Update the form appearance.
This example shows how to edit form fields:
CPDFTextWidget textWidget = myCPDFWidget as CPDFTextWidget;
textWidget.SetWidgetBorderRGBColor(new byte[] {255, 0, 0});
textWidget.UpdateFormAp();