AccusoftISISXpress7 ActiveX DLL : ISISXpress Object |
AboutBox | Displays the about box showing the ISIS Xpress version number, Accusoft contact information, and general information about this component. |
Cancel | Cancels the scanning process immediately or waits until the current page is transferred from the scanner before the scanning process is cancelled. |
CancelImmediate | Immediately cancels the scanning process. |
ClearScanAheadPages | Clears the scanners buffers of any scanned in ahead pages. |
GetFirstConnectedDriverAndScanner | Get the first connected driver name and scanner model. |
GetFirstDriverAndScanner | Get the first driver name and scanner model. |
GetNextConnectedDriverAndScanner | Get the next connected driver name and scanner model. |
GetNextDriverAndScanner | Get the next driver name and scanner model. |
GetNumSupportedTags | Gets the number of supported tags. |
GetSupportedTag | Gets the supported tag at the specified index. |
ListLong | The method to get a long value when the DataType Property is a long list for the current scan setting. |
ListRational | The method to get a rational value when the DataType Property is a rational list for the current scan setting. |
ListString | The method to get a string value when the DataType Property is a string list for the current scan setting. |
LoadDriver | Preloads the ISIS drivers used for scanning and saving an image. |
LoadSettings | Loads the settings for the current scanner from an .ini file. |
LongDefault | The method to get a long value at the specified index in the list of long values for the default scan setting. |
RangeMaximumRational | The method to get the highest possible rational value for the current scan setting when the scan setting is a range of values. |
RangeMinimumRational | The method to get the lowest possible rational value for the current scan setting when the scan setting is a range of values. |
RationalDefault | The method to get a rational value at the specified index in the list of rational values for the default scan setting. |
RationalStep | The method to get the increment or step of rationals when changing values. |
SaveSettings | Saves the settings for the current scanner to an .ini file. |
ScanBatch | Starts a batch scan process. |
ScanSingle | Scans a single page and stores it in the file specified by the FileName Property. |
Select | Displays a predefined dialog box that allows the user to choose a scanner, add a scanner, or configure a scanner. |
SelectConnected | Displays a dialog box that allows the user to choose a connected scanner, add a scanner, or configure a scanner. |
SetOEMLicenseKey | Sets the control runtime OEM license key. |
SetSolutionKey | Sets the control runtime license deployment solution key. |
SetSolutionName | Sets the control runtime license deployment solution name. |
SettingRationalGet | The method to get a rational for the current scanner setting. |
SettingRationalSet | The method to set a rational for the current scanner setting. |
Setup | This method displays a predefined dialog that allows the user to change driver specific scanner settings. |
StringDefault | The method to get a string value for the default scan setting. |
ToHdib | Returns the handle to a DIB for the current scanned image. After each scan, this value will be a handle to a DIB if the CreateDib Property is True and the UseCompression Property is False. |
UnloadScanner | Unloads the current scanner driver. |
Advanced | Gets and sets the advanced tag number. |
CreateDib | Gets and sets an indicator whether a DIB is created while scanning so the hDib property is valid after each scan. |
CreateFiles | Gets and sets whether the scanned in data is saved to a file using the full path and filename specified by the FileName property. |
DataType | Gets the data type the information is encoded in for the current scanner setting. |
Debug | Indicates whether debug information is generated and written to the debug log file. |
DebugErrorLevel | Determines the level of messages to return. |
DebugLogFile | Contains the full path name of the log file. |
DibBitsPerPixel | Current Dib bits per pixel. |
DibFlip | Gets and sets whether the DIB that is stored in the hDib property is flipped. |
DibHeight | Gets the height of the current scanned image contained in the DIB represented by the hDib property. |
DibWidth | Gets the width of the current scanned image contained in the DIB represented by the hDib Property. |
Directory | Gets and sets the base directory used for the file naming schema during batch scans when the UseSchema Property is set to true. |
DriverDirectory | The location of the ISIS driver files. |
DriverDirectoryDefault | The default location of the ISIS driver files. |
DriverLoaded | Gets an indicator value if the scanner driver is loaded. |
ErrorCode | Returns error codes from ISIS driver. |
ErrorDescription | Gets the error description. |
EvaluationMode | Indicates the License evaluation mode to use for the control. |
FileDataInMemory | Gets the file data (e.g., TIFF) in memory for the image that has been scanned. |
FileName | Gets and sets the full path and filename where the scanned image is saved. |
FileSchema | Gets and sets the file schema used to generate filenames during batch scanning. |
hDib | This property has been deprecated and will be removed in the next version of ISIS Xpress. Please use the ToHdib method instead. Gets the handle to a DIB for the current scanned image. After each scan, this value will be a handle to a DIB if the CreateDib Property is true and the UseCompression Property is false. |
ListCount | Gets the number of available choices when the DataType Property is a list for the current scan setting. |
ListIndex | Sets the index for the list item to access when the DataType Property is a list for the current scan setting. |
MultiplePages | Gets and sets an indicator if the TIFF file should be saved as a multi-page TIFF file. |
RaiseExceptions | Gets and sets if exceptions should be raised by the ISIS Xpress ActiveX control. |
RangeMaximumLong | Gets the highest possible long value for the current scan setting when the scan setting is a range of values. |
RangeMinimumLong | Gets the lowest possible long value for the current scan setting when the scan setting is a range of values. |
Root | The property to get or set the root prefix used to generate filenames during a batch scan when the UseSchema Property is set to true. |
SaveFileToMemory | Gets and sets an indicator if the scanned image will be saved to a file in memory (e.g., TIFF). |
SaveFileType | Gets and sets the file format to use when saving images. ISIS Xpress supports five different types of TIFF compression, JPEG Color, JPEG Gray, and DCX. |
ScannerName | Gets and sets the name of the scanner driver. |
ScanSetting | Gets and sets the scanner setting that is to be retrieved or set. |
SettingLong | Gets and sets a long for the current scanner setting. |
SettingString | Gets and sets a string for the current scanner setting. |
Supported | Gets an indicator if the current scan setting is supported. |
UseCompression | Gets and sets a value used to enable or disable hardware compression if the scanner supports it. |
UseSchema | Gets and sets an indicator whether a naming schema is used during batch scanning. |
UsingNetworkedScanner | Gets and sets whether a networked scanner is used. |
Version | Returns the version of the ISISXpress control at run-time. |
FeederEmpty | An event indicating that the scanner feeder is empty. |
Progress | An event indicating how much of the scan has completed. |
Scanned | An event indicating a scan has completed. |
Scanning | An event indicating a scan is starting. |