File tree Expand file tree Collapse file tree
api/interface/annotationinterface Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,20 +16,20 @@ description: Dynamsoft Document Viewer Documentation API Reference Interface Red
1616``` typescript
1717interface RedactionAnnotationOptions {
1818 redactionType? : " rectangle" | " text" ;
19- rects? : RectXY [];
20- background? : string ;
21- borderColor? : string ;
22- overlayBackground? : string ;
23- overlayText? : {
24- text: string ;
25- color? : string ;
26- textAlign? : " left" | " center" | " right" ;
27- fontSize? : number ;
28- fontFamily? : string ;
29- repeatText? : boolean ;
30- autoFontSize? : boolean ;
31- };
32- flags? : Flags ;
19+ rects? : RectXY [];
20+ background? : string ;
21+ borderColor? : string ;
22+ overlayBackground? : string ;
23+ overlayText? : {
24+ text: string ;
25+ color? : string ;
26+ textAlign? : " left" | " center" | " right" ;
27+ fontSize? : number ;
28+ fontFamily? : string ;
29+ repeatText? : boolean ;
30+ autoFontSize? : boolean ;
31+ };
32+ flags? : Flags ;
3333}
3434```
3535
You can’t perform that action at this time.
0 commit comments