The DynamicDotNetTwain type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DynamicDotNetTwain |
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.
|
Properties
| Name | Description | |
|---|---|---|
| AllowMultiSelect |
Returns or sets whether support multiple select. This property is invalid when the view mode is set to -1 by -1 or 1 by 1.
| |
| AnnotationFillColor |
Returns or sets the fill color and transparency for the area inside the annotation rectangle/ellipse.
| |
| AnnotationPen |
Returns or sets the color and width of the pen for drawing the annotation rectangle/ellipse/line.
| |
| AnnotationTextColor |
Returns or sets the color for the annotation text. This property is only valid when the annotation type is set to enumText(Text).
| |
| AnnotationTextFont |
Returns or sets the font for the annotation text. This property is only valid when the annotation type is set to enumText(Text).
| |
| AnnotationType |
Returns or sets the annotation type. To use the property,the property MouseShape should be set to false.
| |
| BackgroundColor |
Returns or sets the background color of the main control. It is a value specifying the 32-bit ARGB value.
| |
| BackgroundFillColor |
Returns or sets the fill color of the selected area of an image when it is cut, erased, or rotated. It is a value specifying the 32-bit ARGB value.
| |
| BarcodeCount |
Returns the number of barcode detected in an image.
| |
| BitDepth |
Returns or sets the pixel bit depth for the current value of PixelType property.
This is a runtime property.
| |
| BlankImageMaxStdDev |
Returns or sets the standard deviation of the pixels in the image.
| |
| BlankImageThreshold |
Returns or sets the dividing line between black and white. The default value is 128.
| |
| BorderStyle |
Returns or sets the border style.
| |
| Brightness |
Returns or sets the brightness value available within the Source.
This is a runtime property.
| |
| Capability |
Specifies the capability to be negotiated. This is a runtime property.
| |
| CapCurrentIndex |
Returns or sets the index (0-based) of a list to indicate the Current Value when the value of the CapType property is TWON_ENUMERATION.
If the data type of the capability is String, the list is in GetCapItemsString.
For other data types, the list is in GetCapItems.
This is a runtime property.
| |
| CapCurrentValue |
Returns or sets the current value in a range when the value of the CapType property is TWON_RANGE.
This is a runtime property.
| |
| CapDefaultIndex |
Returns the index (0-based) of a list to indicate the Default Value when the value of the CapType property is TWON_ENUMERATION. If the data type of the capability is String, the list is in GetCapItemsString. For other data types, the list is in GetCapItems property.
This is a runtime, read-only property.
| |
| CapDefaultValue |
Returns the default value in a range when the value of the CapType property is TWON_RANGE.
This is a runtime, read-only property.
| |
| CapMaxValue |
Returns or sets the maximum value in a range when the value of the CapType property is TWON_RANGE.
This is a runtime property.
| |
| CapMinValue |
Returns or sets the minimum value in a range when the value of the CapType property is TWON_RANGE.
This is a runtime property.
| |
| CapNumItems |
Returns or sets how many items are in the list when the value of the CapType property is TWON_ARRAY or TWON_ENUMERATION. For String data type, the list is in GetCapItemsString. For other data types, the list is in GetCapItems.
This is a runtime property.
| |
| CapStepSize |
Returns or sets the step size in a range when the value of the CapType property is TWON_RANGE.
This is a runtime property.
| |
| CapType |
Returns or sets the type of capability container used to exchange capability information between application and source.
This is a runtime property.
| |
| CapValue |
Returns or sets the value of the capability specified by Capability property when the value of the CapType property is TWON_ONEVALUE.
This is a runtime property.
| |
| CapValueString |
Returns or sets the string value for a capability when the value of the CapType property is TWON_ONEVALUE.
This is a runtime property.
| |
| Contrast |
Returns or sets the contrast values available within the Source.
This is a runtime property.
| |
| CurrentImageIndexInBuffer |
Returns or sets current index of image in buffer. This is a runtime property.
| |
| CurrentSelectedImageIndicesInBuffer |
Returns or sets current selected image indices in buffer.
| |
| CurrentSourceName |
Returns the device name of current source.
This is a runtime, read-only property.
| |
| DataSourceStatus |
Returns the value indicating the data source status.
This is a runtime, read-only property.
| |
| DefaultSourceName |
Returns the device name of default source.
This is a runtime, read-only property.
| |
| Duplex |
Returns whether the source supports duplex.
If so, it further returns the level of duplex the Source supports (one pass or two pass duplex). This is a runtime, read-only property.
| |
| EnableInteractiveZoom |
Returns or sets whether the user can zoom image using hot key.
| |
| ErrorCode |
Returns the error code. This is a runtime, read-only property.
| |
| ErrorString |
Returns the error string. This is a runtime, read-only property.
| |
| FitWindowType |
Returns or sets whether to resize the image to fit the image to the width or height of window. This property is only valid when IfFitWindow is set to true and the view mode should be set to -1 by -1.
| |
| FTPPassword |
Returns or sets the password used to log into the FTP server.
| |
| FTPPort |
Returns or sets the port number of the FTP server.
| |
| FTPUserName |
Returns or sets the user name used to log into the FTP server.
| |
| HookMessage |
Hook thread message
| |
| HowManyImagesInBuffer |
Returns how many images are in buffer. This is a runtime, read-only property.
| |
| HttpFieldNameOfUploadedImage |
Specifies the field name of uploaded image through POST.
| |
| HTTPPassword |
Sets or returns the password used to log into the HTTP server.
| |
| HTTPPort |
Returns or sets the port number of the HTTP server.
| |
| HTTPPostResponseString |
Returns the response string from the HTTP server if an error occurs for HTTPUploadThroughPost() method. This is a runtime, read-only property.
| |
| HTTPUserName |
Returns or sets the user name used to log into the HTTP server.
| |
| IfAppendImage |
Returns or sets whether insert or append new scanned images.
| |
| IfAutoBright |
Returns or sets whether the Source's Auto-brightness function is enabled. This is a runtime property.
| |
| IfAutoFeed |
Returns or sets whether the Source enable automatic document feeding process. This is a runtime property.
| |
| IfAutoScan |
Returns or sets whether the Source enables the automatic document scanning process. This is a runtime property.
| |
| IfDeviceOnline |
Returns whether the Source is attached, powered on, and communicating. This is a runtime, read-only property.
| |
| IfDisableSourceAfterAcquire |
Returns or sets whether close the Data Source User Interface after acquire all images. Default value of this property is false.
| |
| IfDuplexEnabled |
Returns or sets whether the Source supports duplex. If true, the scanner scans both sides of a paper; otherwise, the scanner will scan only one side of the image. This is a runtime property.
| |
| IfFeederEnabled |
Returns or sets whether the Automatic Document Feeder (ADF) is enabled. This is a runtime property.
| |
| IfFeederLoaded |
Returns whether or not there are documents loaded in the Source's feeder when IfFeederEnabled and IfPaperDetectable are true. This is a runtime, read-only property.
| |
| IfFitWindow |
Returns or sets whether to resize the image to fit the size of window when the view mode is set to -1 by -1.
| |
| IfFTPPassiveMode |
Returns or sets whether FTP passive mode is enabled.
| |
| IfModalImageEditor |
Returns or sets whether the ImageEditor control is modal.
| |
| IfModalUI |
Returns or sets whether the UI (User Interface) of Source runs in modal state. Default value of this property is true.
| |
| IfPaperDetectable |
Returns the value whether the Source has a paper sensor that can detect documents on the ADF or Flatbed. This is a runtime, read-only property.
| |
| IfSaveAnnotations |
Returns or sets whether save the created annotations.This property only applies to PDF files.
| |
| IfShowCancelDialogWhenImageTransfer |
Sets or returns whether to show the cancel dialog when uploading images to server.
| |
| IfShowIndicator |
Returns or sets whether the Source displays a progress indicator during acquisition and transfer, regardless of whether the Source's user interface is active. This is a runtime property.
| |
| IfShowPrintUI |
Returns or sets whether the driver of the printer displays the User Interface.
| |
| IfShowUI |
Returns or sets whether the Source displays the User Interface.
| |
| IfSSL |
Returns or sets that an SSL connection should be used.
| |
| IfThrowException |
Returns or sets whether an exception will be thrown when an error occurs.
| |
| IfTiffMultiPage |
Returns or sets whether the Source allows to save many images in one TIFF file. The default value is false.
| |
| IfUIControllable |
Returns whether the Source supports acquisition with the UI (User Interface) disabled. If false,
indicates that this Source can only support acquisition with the UI enabled. This is a runtime, read-only property.
| |
| ImageBitsPerPixel |
Returns the number of bits in each image pixel (or bit depth). This is a runtime, read-only property.
| |
| ImageEditorIfEnableEnumerator |
Returns or sets whether the image enumerator is enabled in Image Editor.
| |
| ImageEditorIfReadonly |
Returns or sets whether the Image Editor is read-only.
| |
| ImageEditorWindowTitle |
Returns or sets the title of Image Editor window.
| |
| ImageLayoutDocumentNumber |
Returns the document number of the current image. This is a runtime, read-only property.
| |
| ImageLayoutFrameBottom |
Returns the value of the bottom-most edge of the current image frame (in ICAP_UNITS). This is a read-only runtime property.
| |
| ImageLayoutFrameLeft |
Returns the value of the left-most edge of the current image frame (in ICAP_UNITS). This is a runtime, read-only property.
| |
| ImageLayoutFrameNumber |
Returns the frame number of the current image. This is a runtime, read-only property.
| |
| ImageLayoutFrameRight |
Returns the value of the right-most edge of the current image frame (in ICAP_UNITS). This is a runtime, read-only property.
| |
| ImageLayoutFrameTop |
Returns the value of the top-most edge of the current image frame (in ICAP_UNITS). This is a runtime, read-only property.
| |
| ImageLayoutPageNumber |
Returns the page number of the current image. This is a runtime, read-only property.
| |
| ImageLength |
Returns how tall/int, in pixels, the image is. This is a runtime, read-only property.
| |
| ImageMargin |
Returns or sets the margin between images when multiple images are displayed in Dynamic .NET TWAIN.
| |
| ImagePixelType |
Returns the pixel type of the current image. This is a runtime, read-only property.
| |
| ImageWidth |
Returns how width, in pixels, the image is. This is a runtime, read-only property.
| |
| ImageXResolution |
Returns the X resolution of the current image. X resolution is the number of pixels per ICAP_UNITS in the horizontal direction. This is a runtime, read-only property.
| |
| ImageYResolution |
Returns the Y resolution of the current image. Y resolution is the number of pixels per ICAP_UNITS in the vertical direction. This is a runtime, read-only property.
| |
| JPEGQuality |
Returns or sets the quality of the JPEG file.
| |
| LogLevel |
Returns or sets whether enable the debug mode of Dynamic .NET TWAIN.
| |
| Manufacturer |
Returns or sets the manufacture string for the application identity.
| |
| MaxImagesInBuffer |
Returns or sets the maximum number of images can be held in buffer.
| |
| MaxUploadImageSize |
Returns or sets the maximum size of image can be upload.
| |
| MouseShape |
Returns or sets the shape of the mouse.
| |
| PageSize |
Returns or sets the page size(s) the Source can/should use to acquire image data. This is a runtime property.
Please set the pagesize value in enum TWICapSupportedSizes.
| |
| PDFAuthor |
Returns or sets the name of the person who creates the PDF document.
| |
| PDFCompressionType |
Returns or sets the compression type of PDF files.
| |
| PDFCreationDate |
Returns or sets the date when the PDF document is created.
| |
| PDFCreator |
Returns or sets the name of the application that created the original document, if the PDF document is converted from another form.
| |
| PDFKeywords |
Returns or sets the keywords associated with the PDF document.
| |
| PDFMarginBottom |
Returns or sets the bottom margin of a PDF file.
| |
| PDFMarginLeft |
Returns or sets the left margin of a PDF file.
| |
| PDFMarginRight |
Returns or sets the right margin of a PDF file.
| |
| PDFMarginTop | ||
| PDFModifiedDate |
Returns or sets the date when the PDF document is last modified.
| |
| PDFPageSize |
Returns or sets the page size of images which are going to be saved as PDF files.
| |
| PDFProducer |
Returns or sets the name of the application that converted the PDF document from its native.
| |
| PDFSubject |
Returns or sets the subject of the PDF document.
| |
| PDFTitle |
Returns or sets the title of the PDF document.
| |
| PendingXFERs |
Returns the number of transfers the Source is ready to supply, upon demand. This is a runtime, read-only property.
| |
| PixelFlavor |
Returns or sets the pixel flavor for acquired images. This is a runtime property.
| |
| PixelType |
Returns or sets the pixel type of acquired images. This is a runtime property.
| |
| ProductFamily |
Returns or sets the product family string for the application identity.
| |
| ProductName |
Returns or sets the product name string for the application identity.
| |
| ProxyPassword |
Sets or returns the password used to log into the Proxy server.
| |
| ProxyServerName |
Returns or sets the name of the proxy server.
| |
| ProxyServerPort |
Returns or sets the port number of the Proxy server.
| |
| ProxyUserName |
Returns or sets the user name used to log into the Proxy server.
| |
| Resolution |
Returns or sets the current resolution for image acquisition. This is a runtime property.
| |
| SelectionImageBorderColor |
Returns or sets the border color of the selected image. It is a value specifying the 32-bit ARGB value.
| |
| SourceCount |
Returns how many sources are installed in the system. This is a runtime, read-only property.
| |
| TIFFCompressionType |
Returns or sets the compression type of TIFF files.
| |
| TransferMode |
Returns or sets the transfer mode. Please set the value of transfer mode in enum TWICapSetupXFer.
| |
| Unit |
Returns or sets the unit of measure. This is a runtime property.
| |
| VersionInfo |
Returns or sets the version info string for the application identity.
| |
| VScrollBar |
Indicates whether the vertical scroll bar is visible when the images are larger than page size.
| |
| XferCount |
Returns and sets the number of images you are willing to transfer per session. This is a runtime property.
| |
| Zoom |
Returns or sets zoom factor for the image, only valid When the view mode is set to -1 by -1. This is a runtime property.
|
Events
| Name | Description | |
|---|---|---|
| OnAnnotationCreated |
Occurs when an annotation is created.
| |
| OnAnnotationDeselected |
Occurs when one or more annotations is deselected.
| |
| OnAnnotationMoved |
Occurs when an annotation is moved.
| |
| OnAnnotationResized |
Occurs when an annotation is resized.
| |
| OnAnnotationSelected |
Occurs when an annotation is selected.
| |
| OnAnnotationTextChanged |
Occurs when the text in an annotation is changed.
| |
| OnImageAreaDeselected |
Occurs when the selected area of the specified image is deselected and the value of the MouseShape()()()() property is set to false.
| |
| OnImageAreaSelected |
Occurs when an area of the specified image is selected and the value of the MouseShape()()()() property is set to false.
| |
| OnInternetTransferPercentage |
Occurs when uploading or downloading images via HTTP or FTP.
| |
| OnMouseClick |
Occurs when the mouse clicks on an image.
| |
| OnMouseDoubleClick |
Occurs when the mouse double clicks on an image.
| |
| OnMouseMove |
Occurs when the mouse moves onto an image.
| |
| OnMouseRightClick |
Occurs when the mouse right clicks on an image.
| |
| OnPostAllTransfers |
Occurs after all image are scanned.
| |
| OnPostTransfer |
Occurs when each image is scanned.
| |
| OnPreAllTransfers |
Occurs before all images are scanned.
| |
| OnPreTransfer |
Occurs before each image is scanned.
| |
| OnTopImageInTheViewChanged |
Occurs when the current top image displayed in Dynamic .Net TWAIN is changed and the view mode is NOT set to -1 by -1.
| |
| OnTransferCancelled |
Occurs when the transfer is cancelled by the user.
| |
| OnTransferError |
Occurs when an error occurs during the process of transfer.
|