File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,6 +103,10 @@ interface DisplayTextConfig {
103103 SendToBack? : string ;
104104 TextSearchPanelSwitch? : string ;
105105 TextSelectionMode? : string ;
106+ RedactPages? : string ;
107+ RedactionApply? : string ;
108+ RedactionMode? : string ;
109+ RedactionSet? : string ;
106110 RedactionSet_RedactionMode? : string ;
107111 RedactionSet_RedactionApply? : string ;
108112 RedactionSet_RedactPages? : string ;
@@ -138,6 +142,13 @@ interface DisplayTextConfig {
138142 CameraResolution_1440P | "1440P"
139143 CameraResolution_2160P | "2160P"
140144 AnnotationSet | "Annotation"
145+ RedactionSet_RedactionMode | "Mark Areas for Redaction"
146+ RedactionSet_RedactPages | "Mark Pages for Redaction"
147+ RedactionSet_RedactionApply | "Apply Redactions"
148+ RedactPages_Current | "Mark current page for redaction"
149+ RedactPages_Specific | "Mark specific page range for redaction"
150+ RedactPages_Ok | "OK"
151+ RedactPages_Cancel | "Cancel"
141152
142153## Related
143154
You can’t perform that action at this time.
0 commit comments