Further improved the print feature. Added IfShowPrintUI
to set whether to display the user interface of the printer.
Support more models of Canon scanners.
Other minor fixes and tweaks.
6.1(8/31/2010)
Summary:
Simplified installation process for Chrome, Safari, Opera users.
Support simple Annotation.
Support Forms Authentication.
Support certificate binding.
Added session/cookie support for Plug-in Edition.
Added removing selected images.
Other minor fixes and tweaks.
Details:
Modified Properties and Methods
MaxImagesInBuffer:
In both the trial and full versions of Dynamic Web TWAIN, the maximum value you can set to
the property has been raised from 1024 to 4096.
Chrome, Opera, Safari on Windows supported (Plug-in Edition).
Added barcode detection.
Added multiple images selection.
Added saving images to a byte array.
Added loading an image from a byte array.
Added uploading multiple images as a multipage PDF/TIFF file.
Support setting board color for selected images.
Support FTP passive mode.
Support specifying the field name when uploading through HTTP POST.
Added rotating the image of a specified index in buffer by a specified angle.
Added cutting the image data in the specified area to the system clipboard in DIB format.
Added clearing the specified area of an image and filling the area with a color.
Other minor fixes and tweaks.
Details:
Modified Property
MaxImagesInBuffer:
In the trial version of Dynamic Web TWAIN, the maximum value you can set to
the property has been raised from 4 to 1024.
Optimized HTTPPostResponseString
in Plug-in Edition: You can use HTTPPostResponseString property to get much
more detailed info returned from the web server.
Added Windows authentication support (ActiveX edition only).
Fixed session bug.
Improved TIFF and PDF support.
Added blank page detection.
Added zoom in/zoom out features.
Other minor fixes and tweaks.
Details:
Modified Method
Added a new feature in ShowImageEditor(): If the IfFitWindow property is set to TRUE, the image will fit the size of window when the Image Editor prompts; otherwise the image will be displayed in its full size.
Optimized distribution of Dynamic Web TWAIN Plug-in Edition for Firefox 3.
Now, you can install Dynamic Web TWAIN automatically in Firefox 3.
Fixed issue that the action page is called twice when uploading image data by using HTTP POST method.
The specified image displayed when this image is set as the current image by using the CurrentImageIndexInBuffer property.
Other minor fixes and tweaks.
5.1 (5/27/2008)
Summary:
Cookie session integration support added (ActiveX edition only).
Insert and switch features added. You can now insert new scanned
images before the current image and switch the positions of two
images in buffer.
More user interaction features added. One more view mode (-1 by -1) is
added and scroll bars will be shown if necessary. Also, you can now drag the
image to adjust its position in the control or select an area on the control
directly.
More mouse events added. Events will be fired when you double click the
mouse, right click the mouse, select an area on the control and so on.
Other minor fixes and tweaks.
Details:
Modified Methods and Properties
New feature added in
SetViewMode(): when the view mode is set to -1 by -1,
Dynamic Web TWAIN only shows the current image. No scroll bar is provided to navigate to other images.
New feature added in IfFitWindow: when the value of this
property is FALSE, the image will be displayed in its full size and scroll bars will be shown if necessary
(the width or height of the image is bigger than the control size).
New feature added in MouseShape:
when the value of this property is set to TRUE, the cursor is set as a hand.
If the width or height of the image is bigger than the control size, scroll
bars will be shown and you can drag the image to adjust its position in the
control. When the value of the property is set to FALSE, the cursor is set
as an arrow. You can select an area on the control directly.
Detail error message returned when uploading images through POST method
fails.
Fixed bugs.
5.0 (10/17/2007)
Summary:
PDF and multi-page PDF support added. You can now save the scanned
document to local disk or upload to web server in PDF format.
HTML form manipulation support added. You can now add fields to the HTML
form to have additional information for web server before uploading the
scanned images to the web server.
Image preview mode added. You can view the scanned images in the preview
mode, like 1 by 2, 2 by 2. This feature helps you have better overview of
your images when you have multi-page document.
Image upload progress bar and cancel option added. You can use the
built-in progress bar or your own progress bar for the upload. Cancel option
is also provided.
Download from HTTP stream support added. You do not need to create temp
files at server side for download.
More user interaction features added. Several mouse events are added.
Dynamic Web TWAIN ActiveX is digitally signed
by VeriSign
Image Editor added. Can be used for image editing and viewing.
Supports basic image editing features including Rotate, Crop, Mirror, Flip and
ChangeImageSize.
CopyToClipboard() method
modified. It copies the image of a specified index in buffer
CutToClipboard() method modified.
It cuts the image of a specified index in buffer
The behavior of hDIB property changed. It
returns the Handle of the DIB of a specified index in buffer
The behavior of Picture property changed.
It returns the Picture object of the image of a specified index in buffer
FTPUploadAsBMP(), FTPUploadAsJPEG(), FTPUploadAsTIFF() methods replaced by
FTPUPload() method
FTPDownloadBMP() and FTPDownloadJPEG() methods replaced by
FTPDownload() method
HTTPUploadAsBMPThroughPost(), HTTPUploadAsJPEGThroughPost() and HTTPUploadAsTIFFThroughPost() methods replaced by
HTTPUploadThroughPost() method
HTTPUploadAsBMPThroughPut(), HTTPUploadAsJPEGThroughPut() and HTTPUploadAsTIFFThroughPut() methods replaced by
HTTPUploadThroughPut() method
HTTPDownloadBMP() and HTTPDownloadJPEG() methods replaced by
HTTPDownload() method
LoadBMP() and LoadJPEG() methods replaced by
LoadImage() method
3.0.3 (3/15/2005)
HTTPPostResponseString property added. Response string
from the HTTP server will be available in
HTTPPostResponseString property if an error occurs for HTTPUploadAsBMPThroughPost(), HTTPUploadAsJPEGThroughPost() and HTTPUploadAsTIFFThroughPost() methods
3.0.2 (3/7/2005)
HTTPUploadAsBMPThroughPost(), HTTPUploadAsJPEGThroughPost() and HTTPUploadAsTIFFThroughPost() methods
memory access violation bug fixed
The behavior of
IfTiffMultiPage property
changed. If
IfTiffMultiPage is TRUE, a Tiff file will be created if the specific file
doesn't exist
Detailed error information will be available in
ErrorString property if an error occurs for HTTPUploadAsBMPThroughPost(), HTTPUploadAsJPEGThroughPost() and HTTPUploadAsTIFFThroughPost() methods
3.0 (1/18/2005)
One page and multi-page Tiff supported
HTTPUpload now supports HTTP Post command
Many high level properties and methods added
Method EnableSource(Boolean IfShowUI) changed to
EnableSource(), method
HTTPUploadAsBMP() changed to HTTPUploadAsBMPThroughPut(),
method HTTPUploadAsJPEG() changed to HTTPUploadAsJPEGThroughPut().