Skip to content

Commit 23a4a2d

Browse files
1004880: Updated review corrections
1 parent 687e9dd commit 23a4a2d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Document-Processing/PDF/PDF-Viewer/javascript-es6/forms/custom-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Add Custom Data to PDF Form Fields in TypeScript PDF Viewer
1111

12-
The Syncfusion **TypeScript PDF Viewer** allows you to attach **custom application-specific data** to form fields by using the customData property. This enables you to associate business identifiers, tags, validation hints, or workflow metadata with form fields.
12+
The **Syncfusion TypeScript PDF Viewer** allows you to attach **custom application-specific data** to form fields by using the customData property. This enables you to associate business identifiers, tags, validation hints, or workflow metadata with form fields.
1313

1414
The custom data remains linked to the form field throughout the viewer session and can be accessed or updated whenever the field is queried or modified.
1515

Document-Processing/PDF/PDF-Viewer/javascript-es6/forms/manage-form-fields/create-form-fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ pdfviewer.formDesignerModule.addFormField('Password', {
201201

202202
## Add Fields Dynamically with setFormFieldMode
203203

204-
Use `setFormFieldMode()` to add fields on the fly based on user actions.
204+
Use **setFormFieldMode()** to add fields on the fly based on user actions.
205205

206206
### Edit Form Fields in TypeScript PDF Viewer
207207
You can edit form fields using the UI or API.

0 commit comments

Comments
 (0)