You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONFIGURATION.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,7 @@ Configure functions for the top toolbar in the PDF view.
140
140
| availableMenus | Array | A list of more functions popped up by the `menu` option on the top toolbar. |
141
141
| mainToolbarVisible | boolean | Whether to display the toolbar at the top of the main interface view. |
142
142
| annotationToolbarVisible | boolean | Shows or hides the annotation toolbar that appears at the bottom of the view when in annotation mode. |
143
+
| showInkToggleButton | boolean | Whether to display the toggle/slide and drawing state buttons in the upper-left corner when drawing ink annotations. |
143
144
144
145
##### **Constants**
145
146
@@ -791,6 +792,8 @@ This section is used to configure the types of forms enabled in the view's botto
791
792
| fileSaveExtraFontSubset | boolean | true | When saving a document, whether to save the used font set together with the document. |
792
793
| watermark | CPDFWatermarkConfig | { "saveAsNewFile" : true } | The user can configure the watermark addition popup, allowing them to choose whether to save the watermark directly to the current document or save it to a different directory.<br>**true**: Save to a different directory<br>**false**: Add to the current document directly |
| enableErrorTips | boolean | true \| false | Whether to enable error prompts. For example, if a page cannot add a highlight annotation, setting this to false will prevent the prompt message from appearing. |
796
+
| signatureType | String | manual | Used to configure the default signing method when signing in the form field of CPDFReaderView.<br />Type:<br />* manual<br />* digital<br />* electronic |
794
797
795
798
##### themeMode Constants
796
799
@@ -1053,6 +1056,7 @@ The context menu configuration in form mode displays different context menu opti
1053
1056
"toolbarConfig": {
1054
1057
"mainToolbarVisible" : true,
1055
1058
"annotationToolbarVisible" : true,
1059
+
"showInkToggleButton": true,
1056
1060
"androidAvailableActions": [
1057
1061
"thumbnail",
1058
1062
"search",
@@ -1312,7 +1316,13 @@ The context menu configuration in form mode displays different context menu opti
0 commit comments