We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640f170 commit c073f26Copy full SHA for c073f26
_articles/info/api/WebTwain_Buffer.md
@@ -327,12 +327,12 @@ FilterImagesByTag(tag: string): boolean;
327
328
## ClearFilter()
329
330
-Stop filtering images by tag. Return an array of UUID of images under the viewer.
+Stop filtering images by tag.
331
332
**Syntax**
333
334
```typescript
335
-ClearFilter(): number[];
+ClearFilter(): boolean;
336
```
337
338
**Availability**
0 commit comments