Skip to content

Commit 941ee40

Browse files
committed
fix code in RedactionAnnotationOptions
1 parent 48f2739 commit 941ee40

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

api/interface/annotationinterface/redactionannotationoptions.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ description: Dynamsoft Document Viewer Documentation API Reference Interface Red
1616
```typescript
1717
interface 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

0 commit comments

Comments
 (0)