The DynamicDotNetTwain type exposes the following members.

Constructors

  NameDescription
Public methodDynamicDotNetTwain

Methods

  NameDescription
Public methodAcquireImage
Displays the source's built-in interface to acquire image.
Public methodCancelAllPendingTransfers
Cancels all pending transfers.
Public methodCapGet
Gets information of the capability specified by the Capability property.
Public methodCapGetCurrent
Returns the Source's current value for the specified capability.
Public methodCapGetDefault
Returns the Source's default value for the specified capability. This is the Source's preferred default value.
Public methodCapGetFrameBottom
Returns the value (in ICAP_UNITS) of the bottom-most edge of the specified frame.
Public methodCapGetFrameLeft
Returns the value (in ICAP_UNITS) of the left-most edge of the specified frame.
Public methodCapGetFrameRight
Returns the value (in ICAP_UNITS) of the right-most edge of the specified frame.
Public methodCapGetFrameTop
Returns the value (in ICAP_UNITS) of the top-most edge of the specified frame.
Public methodCapIfSupported
Queries whether the Source supports a particular operation on the capability.
Public methodCapReset
Changes the Current Value of the capability specified by Capability property back to its power-on value.
Public methodCapSet
Sets the current capability using the container type specified by CapType property. The current capability is specified by Capability property.
Public methodCapSetFrame
Sets the values of the specified frame.
Public methodChangeAnnotationPosition
Change the position of an annotation on a specific image to a new position according to DWTAnnotationChangePosition.
Public methodChangeImageSize
Changes the display size of the image of a specified index in buffer.
Public methodClearAllHTTPFormField
Clears all the web forms which are used for image uploading.
Public methodCloseSource
Closes Data Source.
Public methodCloseSourceManager
Closes and unloads Data Source Manager.
Public methodCopyFrameToClipboard
Copies the image data in the specified area to the system clipboard in DIB format.
Public methodCopyToClipboard
Copies the image of a specified index in buffer to clipboard in DIB format.
Public methodCreateAnnotation
Creates an annotation on a specific image according to the annotation definition objAnnotation.
Public methodCrop
Crops the image of a specified index in buffer.
Public methodCropToClipboard
Crops the image of a specified index in buffer to clipboard in DIB format.
Public methodCutFrameToClipboard
Cuts the image data in the specified area to the system clipboard in DIB format.
Public methodCutToClipboard
Cuts the image of a specified index in buffer to clipboard in DIB format.
Public methodDeleteAnnotations
Deletes the annotations on a specific image which are listed in the parameter aryAnnotation.
Public methodDisableSource
Disables the source. If the source's user interface is displayed when the source is enabled, it will be closed.
Public methodEnableSource
Enables the source to accept image.
Public methodErase
Clears the specified area of a specified image, and fill the area with the fill color.
Public methodFeedPage
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.
Public methodFlip
Flips the image of a specified index in buffer.
Public methodFTPDownload
Downloads an image from the FTP server.
Public methodFTPDownloadEx
Downloads an image from the FTP server.
Public methodFTPUpload
Uploads the image of a specified index in buffer to the FTP server.
Public methodFTPUploadAllAsMultiPageTIFF
Uploads all images in buffer to the FTP server as a Multi-Page TIFF.
Public methodFTPUploadAllAsPDF
Uploads all images in buffer to the FTP server as a Multi-Page PDF.
Public methodFTPUploadAsMultiPagePDF
Uploads several images in buffer as a multi-page PDF file to the FTP server.
Public methodFTPUploadAsMultiPageTIFF
Uploads several images in buffer as a multi-page TIFF file to the FTP server.
Public methodFTPUploadEx
Uploads the image of a specified index in buffer to the FTP server as a specified image format.
Public methodGetAllAnnotationDataList
Returns all the data of the annotations on a specific image.
Public methodGetBarcodeInfo
Gets barcode type value by specified index and type. The index is 0-based.
Public methodGetBarcodeText
Gets barcode content by specified index.
Public methodGetCapItems
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.
Public methodGetCapItemsString
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.
Public methodGetDefaultImageLayout
Retrieves the left, top, right, and bottom sides of the current Data Source's default image layout rectangle.
Public methodGetImage
Get the image of a specified index in buffer.
Public methodGetImageLayout
Retrieves the left, top, right, and bottom sides of the image layout rectangle for the current Data Source.
Public methodGetImageSize
Returns the file size of the new image resized from the image of a specified index in buffer.
Public methodGetImageSizeWithSpecifiedType
Pre-calculates the file size of the local image file that is saved from an image of a specified index in buffer.
Public methodGetInterfaceSafetyOptions
Public methodGetSelectedAnnotationList
Returns the data of the selected annotations on a specific image.
Public methodGetViewMode
Gets the view mode that images are displayed in Dynamic .NET TWAIN.
Public methodGrayScale
Convert a specific image to a grayscale image.
Public methodHTTPDownload
Downloads an image from the HTTP server.
Public methodHTTPDownloadEx
Downloads an image from the HTTP server.
Public methodHTTPUploadAllThroughPostAsMultiPageTIFF
Uploads all images in buffer to the HTTP server through HTTP Post method as Multi-Page TIFF.
Public methodHTTPUploadAllThroughPostAsPDF
Uploads all images in buffer to the HTTP server through HTTP Post method as Multi-Page PDF.
Public methodHTTPUploadAllThroughPutAsMultiPageTIFF
Uploads all images in buffer to the HTTP server through HTTP Put method as Multi-Page TIFF.
Public methodHTTPUploadAllThroughPutAsPDF
Uploads all images in buffer to the HTTP server through HTTP Put method as Multi-Page PDF.
Public methodHTTPUploadThroughPost
Uploads the image of a specified index in buffer to the HTTP server through HTTP POST method.
Public methodHTTPUploadThroughPostAsMultiPagePDF
Uploads several images in buffer as a multi-page PDF file to the HTTP server via HTTP post method.
Public methodHTTPUploadThroughPostAsMultiPageTIFF
Uploads several images in buffer as a multi-page TIFF file to the HTTP server via HTTP post method.
Public methodHTTPUploadThroughPostEx
Uploads the image of a specified index in buffer to the HTTP server as a specified image format through HTTP POST method.
Public methodHTTPUploadThroughPut
Uploads the image of a specified index in buffer to the HTTP server through HTTP PUT method.
Public methodHTTPUploadThroughPutAsMultiPagePDF
Upload several images in buffer as a multi-page PDF file to the HTTP server via HTTP put method.
Public methodHTTPUploadThroughPutAsMultiPageTIFF
Uploads several images in buffer as a multi-page TIFF file to the HTTP server via HTTP put method.
Public methodHTTPUploadThroughPutEx
Uploads the image of a specified index in buffer to the HTTP server as a specified image format through HTTP PUT method.
Public methodInvert
Invert the color of a specific image.
Public methodIsBlankImage
Detects whether an image is blank.
Public methodLoadAnnotationDataList
Loads annotation data to a specific image from a data list.
Public methodLoadCustomDSData
Loads the configurations of the source's users interface saved by SaveCustomDSData or SaveCustomDSDataEx.
Public methodLoadCustomDSDataEx
Loads the configurations of the source's users interface saved by SaveCustomDSData or SaveCustomDSDataEx.
Public methodLoadDibFromClipboard
Loads a DIB format image from Clipboard into Dynamic .NET TWAIN.
Public methodLoadImage
Loads an image into the Dynamic .NET TWAIN.
Public methodLoadImageEx
Loads an image into Dynamic .NET TWAIN.
Public methodLoadImageFromBytes
Loads image from a byte array with the specified file format.
Public methodMirror
Mirrors the image of a specified index in buffer.
Public methodMoveImage
Moves a specified image.
Public methodOpenSource
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.
Public methodOpenSourceManager
Loads and opens Data Source Manager.
Public methodPicture
Returns the Picture object of the image of a specified index in buffer.
Public methodPreFilterMessage
Public methodPrint
Shows the GUI of Image Printer.
Public methodRemoveAllImages
Removes all images in buffer.
Public methodRemoveImage
Removes the image of a specified index in buffer.
Public methodRemoveImages
Deletes the images of specified indices in the array.
Public methodResetImageLayout
Reverts the current image layout to the Data Source's default.
Public methodRewindPage
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.
Public methodRotate
Rotates the image of a specified index in buffer by specified angle.
Public methodRotateLeft
Rotates the image of a specified index in buffer by 90 degrees counter-clockwise.
Public methodRotateRight
Rotates the image of a specified index in buffer by 90 degrees clockwise.
Public methodSaveAllAsMultiPageTIFF
Saves all images in buffer as a MultiPage TIFF file.
Public methodSaveAllAsMultiPageTIFFToBytes
Saves all images in buffer to a MultiPage TIFF byte array.
Public methodSaveAllAsPDF
Saves all images in buffer as a Multi-Page PDF file.
Public methodSaveAllAsPDFToBytes
Saves all images in buffer to a MultiPage PDF byte array.
Public methodSaveAsBMP
Saves the image of a specified index in buffer as a BMP file.
Public methodSaveAsJPEG
Saves the image of a specified index in buffer as a JPEG file.
Public methodSaveAsMultiPagePDF
Saves several images in buffer as a multi-page PDF file.
Public methodSaveAsMultiPagePDFToBytes
Saves the images of the specified indices in buffer to a MultiPage PDF byte array.
Public methodSaveAsMultiPageTIFF
Saves several images in buffer as a multi-page TIFF file.
Public methodSaveAsMultiPageTIFFToBytes
Saves the images of the specified indices in buffer to a MultiPage TIFF byte array.
Public methodSaveAsPDF
Saves the image of a specified index in buffer as a PDF file.
Public methodSaveAsPNG
Saves the image of a specified index in buffer as a PNG file.
Public methodSaveAsTIFF
Saves the image of a specified index in buffer as a TIFF file.
Public methodSaveCustomDSData
Saves the settings of the source's user interface.
Public methodSaveCustomDSDataEx
Saves the settings of the source's user interface.
Public methodSaveImageToBytes
Saves the image of a specified index in buffer to a byte array in the specified file format.
Public methodSelectSource
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.
Public methodSelectSourceByIndex
Selects the index-the source in SourceNameItems property as the current source.
Public methodSetCapItems
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.
Public methodSetCapItemsString
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.
Public methodSetFileXFERInfo
Sets file name and file format information used in File Transfer Mode
Public methodSetHTTPFormField
Sets a text parameter of a web form. The text parameter is passed while uploading images.
Public methodSetImageLayout
Sets the left, top, right, and bottom sides of the image layout rectangle for the current Data Source.
Public methodSetInterfaceSafetyOptions
Public methodSetViewMode
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.
Public methodShowImageEditor
Shows the GUI of Image Editor.
Public methodSourceNameItems
Holds an array of source names.
Public methodSwitchImage
Switchs two images of specified indices in buffer.
Public methodUpdateAnnotation
Updates an annotation on a specific image with the new annotation definition objNewAnnotation.

Properties

  NameDescription
Public propertyAllowMultiSelect
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.
Public propertyAnnotationFillColor
Returns or sets the fill color and transparency for the area inside the annotation rectangle/ellipse.
Public propertyAnnotationPen
Returns or sets the color and width of the pen for drawing the annotation rectangle/ellipse/line.
Public propertyAnnotationTextColor
Returns or sets the color for the annotation text. This property is only valid when the annotation type is set to enumText(Text).
Public propertyAnnotationTextFont
Returns or sets the font for the annotation text. This property is only valid when the annotation type is set to enumText(Text).
Public propertyAnnotationType
Returns or sets the annotation type. To use the property,the property MouseShape should be set to false.
Public propertyBackgroundColor
Returns or sets the background color of the main control. It is a value specifying the 32-bit ARGB value.
Public propertyBackgroundFillColor
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.
Public propertyBarcodeCount
Returns the number of barcode detected in an image.
Public propertyBitDepth
Returns or sets the pixel bit depth for the current value of PixelType property. This is a runtime property.
Public propertyBlankImageMaxStdDev
Returns or sets the standard deviation of the pixels in the image.
Public propertyBlankImageThreshold
Returns or sets the dividing line between black and white. The default value is 128.
Public propertyBorderStyle
Returns or sets the border style.
Public propertyBrightness
Returns or sets the brightness value available within the Source. This is a runtime property.
Public propertyCapability
Specifies the capability to be negotiated. This is a runtime property.
Public propertyCapCurrentIndex
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.
Public propertyCapCurrentValue
Returns or sets the current value in a range when the value of the CapType property is TWON_RANGE. This is a runtime property.
Public propertyCapDefaultIndex
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.
Public propertyCapDefaultValue
Returns the default value in a range when the value of the CapType property is TWON_RANGE. This is a runtime, read-only property.
Public propertyCapMaxValue
Returns or sets the maximum value in a range when the value of the CapType property is TWON_RANGE. This is a runtime property.
Public propertyCapMinValue
Returns or sets the minimum value in a range when the value of the CapType property is TWON_RANGE. This is a runtime property.
Public propertyCapNumItems
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.
Public propertyCapStepSize
Returns or sets the step size in a range when the value of the CapType property is TWON_RANGE. This is a runtime property.
Public propertyCapType
Returns or sets the type of capability container used to exchange capability information between application and source. This is a runtime property.
Public propertyCapValue
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.
Public propertyCapValueString
Returns or sets the string value for a capability when the value of the CapType property is TWON_ONEVALUE. This is a runtime property.
Public propertyContrast
Returns or sets the contrast values available within the Source. This is a runtime property.
Public propertyCurrentImageIndexInBuffer
Returns or sets current index of image in buffer. This is a runtime property.
Public propertyCurrentSelectedImageIndicesInBuffer
Returns or sets current selected image indices in buffer.
Public propertyCurrentSourceName
Returns the device name of current source. This is a runtime, read-only property.
Public propertyDataSourceStatus
Returns the value indicating the data source status. This is a runtime, read-only property.
Public propertyDefaultSourceName
Returns the device name of default source. This is a runtime, read-only property.
Public propertyDuplex
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.
Public propertyEnableInteractiveZoom
Returns or sets whether the user can zoom image using hot key.
Public propertyErrorCode
Returns the error code. This is a runtime, read-only property.
Public propertyErrorString
Returns the error string. This is a runtime, read-only property.
Public propertyFitWindowType
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.
Public propertyFTPPassword
Returns or sets the password used to log into the FTP server.
Public propertyFTPPort
Returns or sets the port number of the FTP server.
Public propertyFTPUserName
Returns or sets the user name used to log into the FTP server.
Public propertyHookMessage
Hook thread message
Public propertyHowManyImagesInBuffer
Returns how many images are in buffer. This is a runtime, read-only property.
Public propertyHttpFieldNameOfUploadedImage
Specifies the field name of uploaded image through POST.
Public propertyHTTPPassword
Sets or returns the password used to log into the HTTP server.
Public propertyHTTPPort
Returns or sets the port number of the HTTP server.
Public propertyHTTPPostResponseString
Returns the response string from the HTTP server if an error occurs for HTTPUploadThroughPost() method. This is a runtime, read-only property.
Public propertyHTTPUserName
Returns or sets the user name used to log into the HTTP server.
Public propertyIfAppendImage
Returns or sets whether insert or append new scanned images.
Public propertyIfAutoBright
Returns or sets whether the Source's Auto-brightness function is enabled. This is a runtime property.
Public propertyIfAutoFeed
Returns or sets whether the Source enable automatic document feeding process. This is a runtime property.
Public propertyIfAutoScan
Returns or sets whether the Source enables the automatic document scanning process. This is a runtime property.
Public propertyIfDeviceOnline
Returns whether the Source is attached, powered on, and communicating. This is a runtime, read-only property.
Public propertyIfDisableSourceAfterAcquire
Returns or sets whether close the Data Source User Interface after acquire all images. Default value of this property is false.
Public propertyIfDuplexEnabled
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.
Public propertyIfFeederEnabled
Returns or sets whether the Automatic Document Feeder (ADF) is enabled. This is a runtime property.
Public propertyIfFeederLoaded
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.
Public propertyIfFitWindow
Returns or sets whether to resize the image to fit the size of window when the view mode is set to -1 by -1.
Public propertyIfFTPPassiveMode
Returns or sets whether FTP passive mode is enabled.
Public propertyIfModalImageEditor
Returns or sets whether the ImageEditor control is modal.
Public propertyIfModalUI
Returns or sets whether the UI (User Interface) of Source runs in modal state. Default value of this property is true.
Public propertyIfPaperDetectable
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.
Public propertyIfSaveAnnotations
Returns or sets whether save the created annotations.This property only applies to PDF files.
Public propertyIfShowCancelDialogWhenImageTransfer
Sets or returns whether to show the cancel dialog when uploading images to server.
Public propertyIfShowIndicator
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.
Public propertyIfShowPrintUI
Returns or sets whether the driver of the printer displays the User Interface.
Public propertyIfShowUI
Returns or sets whether the Source displays the User Interface.
Public propertyIfSSL
Returns or sets that an SSL connection should be used.
Public propertyIfThrowException
Returns or sets whether an exception will be thrown when an error occurs.
Public propertyIfTiffMultiPage
Returns or sets whether the Source allows to save many images in one TIFF file. The default value is false.
Public propertyIfUIControllable
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.
Public propertyImageBitsPerPixel
Returns the number of bits in each image pixel (or bit depth). This is a runtime, read-only property.
Public propertyImageEditorIfEnableEnumerator
Returns or sets whether the image enumerator is enabled in Image Editor.
Public propertyImageEditorIfReadonly
Returns or sets whether the Image Editor is read-only.
Public propertyImageEditorWindowTitle
Returns or sets the title of Image Editor window.
Public propertyImageLayoutDocumentNumber
Returns the document number of the current image. This is a runtime, read-only property.
Public propertyImageLayoutFrameBottom
Returns the value of the bottom-most edge of the current image frame (in ICAP_UNITS). This is a read-only runtime property.
Public propertyImageLayoutFrameLeft
Returns the value of the left-most edge of the current image frame (in ICAP_UNITS). This is a runtime, read-only property.
Public propertyImageLayoutFrameNumber
Returns the frame number of the current image. This is a runtime, read-only property.
Public propertyImageLayoutFrameRight
Returns the value of the right-most edge of the current image frame (in ICAP_UNITS). This is a runtime, read-only property.
Public propertyImageLayoutFrameTop
Returns the value of the top-most edge of the current image frame (in ICAP_UNITS). This is a runtime, read-only property.
Public propertyImageLayoutPageNumber
Returns the page number of the current image. This is a runtime, read-only property.
Public propertyImageLength
Returns how tall/int, in pixels, the image is. This is a runtime, read-only property.
Public propertyImageMargin
Returns or sets the margin between images when multiple images are displayed in Dynamic .NET TWAIN.
Public propertyImagePixelType
Returns the pixel type of the current image. This is a runtime, read-only property.
Public propertyImageWidth
Returns how width, in pixels, the image is. This is a runtime, read-only property.
Public propertyImageXResolution
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.
Public propertyImageYResolution
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.
Public propertyJPEGQuality
Returns or sets the quality of the JPEG file.
Public propertyLogLevel
Returns or sets whether enable the debug mode of Dynamic .NET TWAIN.
Public propertyManufacturer
Returns or sets the manufacture string for the application identity.
Public propertyMaxImagesInBuffer
Returns or sets the maximum number of images can be held in buffer.
Public propertyMaxUploadImageSize
Returns or sets the maximum size of image can be upload.
Public propertyMouseShape
Returns or sets the shape of the mouse.
Public propertyPageSize
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.
Public propertyPDFAuthor
Returns or sets the name of the person who creates the PDF document.
Public propertyPDFCompressionType
Returns or sets the compression type of PDF files.
Public propertyPDFCreationDate
Returns or sets the date when the PDF document is created.
Public propertyPDFCreator
Returns or sets the name of the application that created the original document, if the PDF document is converted from another form.
Public propertyPDFKeywords
Returns or sets the keywords associated with the PDF document.
Public propertyPDFMarginBottom
Returns or sets the bottom margin of a PDF file.
Public propertyPDFMarginLeft
Returns or sets the left margin of a PDF file.
Public propertyPDFMarginRight
Returns or sets the right margin of a PDF file.
Public propertyPDFMarginTop
Public propertyPDFModifiedDate
Returns or sets the date when the PDF document is last modified.
Public propertyPDFPageSize
Returns or sets the page size of images which are going to be saved as PDF files.
Public propertyPDFProducer
Returns or sets the name of the application that converted the PDF document from its native.
Public propertyPDFSubject
Returns or sets the subject of the PDF document.
Public propertyPDFTitle
Returns or sets the title of the PDF document.
Public propertyPendingXFERs
Returns the number of transfers the Source is ready to supply, upon demand. This is a runtime, read-only property.
Public propertyPixelFlavor
Returns or sets the pixel flavor for acquired images. This is a runtime property.
Public propertyPixelType
Returns or sets the pixel type of acquired images. This is a runtime property.
Public propertyProductFamily
Returns or sets the product family string for the application identity.
Public propertyProductName
Returns or sets the product name string for the application identity.
Public propertyProxyPassword
Sets or returns the password used to log into the Proxy server.
Public propertyProxyServerName
Returns or sets the name of the proxy server.
Public propertyProxyServerPort
Returns or sets the port number of the Proxy server.
Public propertyProxyUserName
Returns or sets the user name used to log into the Proxy server.
Public propertyResolution
Returns or sets the current resolution for image acquisition. This is a runtime property.
Public propertySelectionImageBorderColor
Returns or sets the border color of the selected image. It is a value specifying the 32-bit ARGB value.
Public propertySourceCount
Returns how many sources are installed in the system. This is a runtime, read-only property.
Public propertyTIFFCompressionType
Returns or sets the compression type of TIFF files.
Public propertyTransferMode
Returns or sets the transfer mode. Please set the value of transfer mode in enum TWICapSetupXFer.
Public propertyUnit
Returns or sets the unit of measure. This is a runtime property.
Public propertyVersionInfo
Returns or sets the version info string for the application identity.
Public propertyVScrollBar
Indicates whether the vertical scroll bar is visible when the images are larger than page size.
Public propertyXferCount
Returns and sets the number of images you are willing to transfer per session. This is a runtime property.
Public propertyZoom
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

  NameDescription
Public eventOnAnnotationCreated
Occurs when an annotation is created.
Public eventOnAnnotationDeselected
Occurs when one or more annotations is deselected.
Public eventOnAnnotationMoved
Occurs when an annotation is moved.
Public eventOnAnnotationResized
Occurs when an annotation is resized.
Public eventOnAnnotationSelected
Occurs when an annotation is selected.
Public eventOnAnnotationTextChanged
Occurs when the text in an annotation is changed.
Public eventOnImageAreaDeselected
Occurs when the selected area of the specified image is deselected and the value of the MouseShape()()()() property is set to false.
Public eventOnImageAreaSelected
Occurs when an area of the specified image is selected and the value of the MouseShape()()()() property is set to false.
Public eventOnInternetTransferPercentage
Occurs when uploading or downloading images via HTTP or FTP.
Public eventOnMouseClick
Occurs when the mouse clicks on an image.
Public eventOnMouseDoubleClick
Occurs when the mouse double clicks on an image.
Public eventOnMouseMove
Occurs when the mouse moves onto an image.
Public eventOnMouseRightClick
Occurs when the mouse right clicks on an image.
Public eventOnPostAllTransfers
Occurs after all image are scanned.
Public eventOnPostTransfer
Occurs when each image is scanned.
Public eventOnPreAllTransfers
Occurs before all images are scanned.
Public eventOnPreTransfer
Occurs before each image is scanned.
Public eventOnTopImageInTheViewChanged
Occurs when the current top image displayed in Dynamic .Net TWAIN is changed and the view mode is NOT set to -1 by -1.
Public eventOnTransferCancelled
Occurs when the transfer is cancelled by the user.
Public eventOnTransferError
Occurs when an error occurs during the process of transfer.

See Also