File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ The properties and methods on this page live in the namespace {WebTwainObject}.
3535| [ ` HTTPUploadThroughPostAsMultiPageTIFF() ` ] ( #httpuploadthroughpostasmultipagetiff ) | [ ` HTTPUploadThroughPostDirectly() ` ] ( #httpuploadthroughpostdirectly ) | [ ` SaveAsBMP() ` ] ( #saveasbmp ) |
3636| [ ` SaveAsJPEG() ` ] ( #saveasjpeg ) | [ ` SaveAsPDF() ` ] ( #saveaspdf ) | [ ` SaveAsPNG() ` ] ( #saveaspng ) |
3737| [ ` SaveAsTIFF() ` ] ( #saveastiff ) | [ ` SaveSelectedImagesAsMultiPagePDF() ` ] ( #saveselectedimagesasmultipagepdf ) | [ ` SaveSelectedImagesAsMultiPageTIFF() ` ] ( #saveselectedimagesasmultipagetiff ) |
38- | [ ` SaveAllAsMultiPageTIFF() ` ] ( #saveallasmultipagetiff ) | [ ` SaveAllAsPDF() ` ] ( #saveallaspdf ) |
38+ | [ ` SaveAllAsMultiPageTIFF() ` ] ( #saveallasmultipagetiff ) | [ ` SaveAllAsPDF() ` ] ( #saveallaspdf ) | [ ` ShareImages() ` ] ( #shareimages ) |
3939
4040** Other Methods**
4141
@@ -3450,6 +3450,8 @@ Supported in Service mode only.
34503450
34513451## IfShowCancelDialogWhenImageTransfer
34523452
3453+ ** __ Note:__ ** Deprecated as of 18.2
3454+
34533455Return or set whether to show the progress of an operation with a button to cancel it.
34543456
34553457** Syntax**
@@ -3485,8 +3487,6 @@ IfShowCancelDialogWhenImageTransfer: boolean;
34853487---
34863488
34873489## IfShowProgressBar
3488- ** _ Note:_ ** Deprecated as of 18.2
3489-
34903490Return or set whether the progress bar will be displayed during encoding or decoding. It works for any image encoding/decoding related methods.
34913491
34923492** Syntax**
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ permalink: /info/schedule/Stable.html
1919
2020### Improvements
2121 - ConvertToBW algorthim optimization
22+ - IfShowProgressBar now covers both transfer operations and encode/decode operations
2223
2324#### Viewer
2425 - The Viewer component has been migrated to a dedicated resource file. This will allow for viewerless implementations of Dynamic Web TWAIN to reduce the load by removing the necessity of loading the Viewer resources into memory even when the Viewer is not being used.
@@ -32,8 +33,8 @@ permalink: /info/schedule/Stable.html
3233
3334### Deprecations
3435
35- #### New Deprecations
36- - IfShowProgressBar is now marked as deprecated
36+ - IfShowCancelDialogWhenImageTransfer
37+ - Now controlled by IfShowProgressBar
3738
3839#### API Removals
3940 - RemoveAllAuthorizations
You can’t perform that action at this time.
0 commit comments