The DynamicDotNetTwain type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AcquireImage |
Displays the source's built-in interface to acquire image.
| |
| CancelAllPendingTransfers |
Cancels all pending transfers.
| |
| CapGet |
Gets information of the capability specified by the Capability property.
| |
| CapGetCurrent |
Returns the Source's current value for the specified capability.
| |
| CapGetDefault |
Returns the Source's default value for the specified capability. This is the Source's preferred default value.
| |
| CapGetFrameBottom |
Returns the value (in ICAP_UNITS) of the bottom-most edge of the specified frame.
| |
| CapGetFrameLeft |
Returns the value (in ICAP_UNITS) of the left-most edge of the specified frame.
| |
| CapGetFrameRight |
Returns the value (in ICAP_UNITS) of the right-most edge of the specified frame.
| |
| CapGetFrameTop |
Returns the value (in ICAP_UNITS) of the top-most edge of the specified frame.
| |
| CapIfSupported |
Queries whether the Source supports a particular operation on the capability.
| |
| CapReset |
Changes the Current Value of the capability specified by Capability property back to its power-on value.
| |
| CapSet |
Sets the current capability using the container type specified by CapType property.
The current capability is specified by Capability property.
| |
| CapSetFrame |
Sets the values of the specified frame.
| |
| ChangeAnnotationPosition |
Change the position of an annotation on a specific image to a new position according to DWTAnnotationChangePosition.
| |
| ChangeImageSize |
Changes the display size of the image of a specified index in buffer.
| |
| ClearAllHTTPFormField |
Clears all the web forms which are used for image uploading.
| |
| CloseSource |
Closes Data Source.
| |
| CloseSourceManager |
Closes and unloads Data Source Manager.
| |
| CopyFrameToClipboard |
Copies the image data in the specified area to the system clipboard in DIB format.
| |
| CopyToClipboard |
Copies the image of a specified index in buffer to clipboard in DIB format.
| |
| CreateAnnotation |
Creates an annotation on a specific image according to the annotation definition objAnnotation.
| |
| Crop |
Crops the image of a specified index in buffer.
| |
| CropToClipboard |
Crops the image of a specified index in buffer to clipboard in DIB format.
| |
| CutFrameToClipboard |
Cuts the image data in the specified area to the system clipboard in DIB format.
| |
| CutToClipboard |
Cuts the image of a specified index in buffer to clipboard in DIB format.
| |
| DeleteAnnotations |
Deletes the annotations on a specific image which are listed in the parameter aryAnnotation.
| |
| DisableSource |
Disables the source. If the source's user interface is displayed when the source is enabled, it will be closed.
| |
| EnableSource |
Enables the source to accept image.
| |
| Erase |
Clears the specified area of a specified image, and fill the area with the fill color.
| |
| FeedPage |
Sets the Source to eject the current page and advance the next page in the document feeder into the feeder acquire area when IfFeederEnabled is true.
| |
| Flip |
Flips the image of a specified index in buffer.
| |
| FTPDownload |
Downloads an image from the FTP server.
| |
| FTPDownloadEx |
Downloads an image from the FTP server.
| |
| FTPUpload |
Uploads the image of a specified index in buffer to the FTP server.
| |
| FTPUploadAllAsMultiPageTIFF |
Uploads all images in buffer to the FTP server as a Multi-Page TIFF.
| |
| FTPUploadAllAsPDF |
Uploads all images in buffer to the FTP server as a Multi-Page PDF.
| |
| FTPUploadAsMultiPagePDF |
Uploads several images in buffer as a multi-page PDF file to the FTP server.
| |
| FTPUploadAsMultiPageTIFF |
Uploads several images in buffer as a multi-page TIFF file to the FTP server.
| |
| FTPUploadEx |
Uploads the image of a specified index in buffer to the FTP server as a specified image format.
| |
| GetAllAnnotationDataList |
Returns all the data of the annotations on a specific image.
| |
| GetBarcodeInfo |
Gets barcode type value by specified index and type. The index is 0-based.
| |
| GetBarcodeText |
Gets barcode content by specified index.
| |
| GetCapItems |
Returns an array of values of the capability specified by Capability property, when the value of the CapType property is TWON_ARRAY or TWON_ENUMERATION.
This is a runtime property.
| |
| GetCapItemsString |
Returns or sets an array of values of the capability specified by Capability property, when the value of the CapType property is TWON_ARRAY or TWON_ENUMERATION.
This is a runtime property.
| |
| GetDefaultImageLayout |
Retrieves the left, top, right, and bottom sides of the current Data Source's default image layout rectangle.
| |
| GetImage |
Get the image of a specified index in buffer.
| |
| GetImageLayout |
Retrieves the left, top, right, and bottom sides of the image layout rectangle for the current Data Source.
| |
| GetImageSize |
Returns the file size of the new image resized from the image of a specified index in buffer.
| |
| GetImageSizeWithSpecifiedType |
Pre-calculates the file size of the local image file that is saved from an image of a specified index in buffer.
| |
| GetInterfaceSafetyOptions | ||
| GetSelectedAnnotationList |
Returns the data of the selected annotations on a specific image.
| |
| GetViewMode |
Gets the view mode that images are displayed in Dynamic .NET TWAIN.
| |
| GrayScale |
Convert a specific image to a grayscale image.
| |
| HTTPDownload |
Downloads an image from the HTTP server.
| |
| HTTPDownloadEx |
Downloads an image from the HTTP server.
| |
| HTTPUploadAllThroughPostAsMultiPageTIFF |
Uploads all images in buffer to the HTTP server through HTTP Post method as Multi-Page TIFF.
| |
| HTTPUploadAllThroughPostAsPDF |
Uploads all images in buffer to the HTTP server through HTTP Post method as Multi-Page PDF.
| |
| HTTPUploadAllThroughPutAsMultiPageTIFF |
Uploads all images in buffer to the HTTP server through HTTP Put method as Multi-Page TIFF.
| |
| HTTPUploadAllThroughPutAsPDF |
Uploads all images in buffer to the HTTP server through HTTP Put method as Multi-Page PDF.
| |
| HTTPUploadThroughPost |
Uploads the image of a specified index in buffer to the HTTP server through HTTP POST method.
| |
| HTTPUploadThroughPostAsMultiPagePDF |
Uploads several images in buffer as a multi-page PDF file to the HTTP server via HTTP post method.
| |
| HTTPUploadThroughPostAsMultiPageTIFF |
Uploads several images in buffer as a multi-page TIFF file to the HTTP server via HTTP post method.
| |
| HTTPUploadThroughPostEx |
Uploads the image of a specified index in buffer to the HTTP server as a specified image format through HTTP POST method.
| |
| HTTPUploadThroughPut |
Uploads the image of a specified index in buffer to the HTTP server through HTTP PUT method.
| |
| HTTPUploadThroughPutAsMultiPagePDF |
Upload several images in buffer as a multi-page PDF file to the HTTP server via HTTP put method.
| |
| HTTPUploadThroughPutAsMultiPageTIFF |
Uploads several images in buffer as a multi-page TIFF file to the HTTP server via HTTP put method.
| |
| HTTPUploadThroughPutEx |
Uploads the image of a specified index in buffer to the HTTP server as a specified image format through HTTP PUT method.
| |
| Invert |
Invert the color of a specific image.
| |
| IsBlankImage |
Detects whether an image is blank.
| |
| LoadAnnotationDataList |
Loads annotation data to a specific image from a data list.
| |
| LoadCustomDSData |
Loads the configurations of the source's users interface saved by SaveCustomDSData or SaveCustomDSDataEx.
| |
| LoadCustomDSDataEx |
Loads the configurations of the source's users interface saved by SaveCustomDSData or SaveCustomDSDataEx.
| |
| LoadDibFromClipboard |
Loads a DIB format image from Clipboard into Dynamic .NET TWAIN.
| |
| LoadImage |
Loads an image into the Dynamic .NET TWAIN.
| |
| LoadImageEx |
Loads an image into Dynamic .NET TWAIN.
| |
| LoadImageFromBytes |
Loads image from a byte array with the specified file format.
| |
| Mirror |
Mirrors the image of a specified index in buffer.
| |
| MoveImage |
Moves a specified image.
| |
| OpenSource |
Loads the specified Source into main memory and starts its initialization, placing Dynamic .NET TWAIN into Capability Negotiation state.
If no source is specified (no SelectSource() or SelectSourceByIndex() is called), opens the default source.
| |
| OpenSourceManager |
Loads and opens Data Source Manager.
| |
| Picture |
Returns the Picture object of the image of a specified index in buffer.
| |
| PreFilterMessage | ||
Shows the GUI of Image Printer.
| ||
| RemoveAllImages |
Removes all images in buffer.
| |
| RemoveImage |
Removes the image of a specified index in buffer.
| |
| RemoveImages |
Deletes the images of specified indices in the array.
| |
| ResetImageLayout |
Reverts the current image layout to the Data Source's default.
| |
| RewindPage |
Sets the Source to return the current page to the input side of the document feeder and feed the last page from the outside of the feeder back into the acquisition area if IfFeederEnabled is true.
| |
| Rotate |
Rotates the image of a specified index in buffer by specified angle.
| |
| RotateLeft |
Rotates the image of a specified index in buffer by 90 degrees counter-clockwise.
| |
| RotateRight |
Rotates the image of a specified index in buffer by 90 degrees clockwise.
| |
| SaveAllAsMultiPageTIFF |
Saves all images in buffer as a MultiPage TIFF file.
| |
| SaveAllAsMultiPageTIFFToBytes |
Saves all images in buffer to a MultiPage TIFF byte array.
| |
| SaveAllAsPDF |
Saves all images in buffer as a Multi-Page PDF file.
| |
| SaveAllAsPDFToBytes |
Saves all images in buffer to a MultiPage PDF byte array.
| |
| SaveAsBMP |
Saves the image of a specified index in buffer as a BMP file.
| |
| SaveAsJPEG |
Saves the image of a specified index in buffer as a JPEG file.
| |
| SaveAsMultiPagePDF |
Saves several images in buffer as a multi-page PDF file.
| |
| SaveAsMultiPagePDFToBytes |
Saves the images of the specified indices in buffer to a MultiPage PDF byte array.
| |
| SaveAsMultiPageTIFF |
Saves several images in buffer as a multi-page TIFF file.
| |
| SaveAsMultiPageTIFFToBytes |
Saves the images of the specified indices in buffer to a MultiPage TIFF byte array.
| |
| SaveAsPDF |
Saves the image of a specified index in buffer as a PDF file.
| |
| SaveAsPNG |
Saves the image of a specified index in buffer as a PNG file.
| |
| SaveAsTIFF |
Saves the image of a specified index in buffer as a TIFF file.
| |
| SaveCustomDSData |
Saves the settings of the source's user interface.
| |
| SaveCustomDSDataEx |
Saves the settings of the source's user interface.
| |
| SaveImageToBytes |
Saves the image of a specified index in buffer to a byte array in the specified file format.
| |
| SelectSource |
Brings up the TWAIN Data Source Manager's Source Selection User Interface (UI) so that user can choose which Data Source to be the current Source.
| |
| SelectSourceByIndex |
Selects the index-the source in SourceNameItems property as the current source.
| |
| SetCapItems |
Sets an array of values of the capability specified by Capability property, when the value of the CapType property is TWON_ARRAY or TWON_ENUMERATION.
This is a runtime property.
| |
| SetCapItemsString |
Sets an array of values of the capability specified by Capability property, when the value of the CapType property is TWON_ARRAY or TWON_ENUMERATION.
This is a runtime property.
| |
| SetFileXFERInfo |
Sets file name and file format information used in File Transfer Mode
| |
| SetHTTPFormField |
Sets a text parameter of a web form. The text parameter is passed while uploading images.
| |
| SetImageLayout |
Sets the left, top, right, and bottom sides of the image layout rectangle for the current Data Source.
| |
| SetInterfaceSafetyOptions | ||
| SetViewMode |
Sets the view mode that images are displayed in Dynamic .NET TWAIN. You can use this method to display multiple images in Dynamic .NET TWAIN.
| |
| ShowImageEditor |
Shows the GUI of Image Editor.
| |
| SourceNameItems |
Holds an array of source names.
| |
| SwitchImage |
Switchs two images of specified indices in buffer.
| |
| UpdateAnnotation |
Updates an annotation on a specific image with the new annotation definition objNewAnnotation.
|