Overload | Description |
---|---|
TwainProCompressedImageOnlyException Constructor() | This exception is thrown for trying to save the source-compressed image when no hardware compression was used and only the TwainPro-compressed image is available. |
TwainProCompressedImageOnlyException Constructor(Int32) | This exception is thrown for trying to save the source-compressed image when no hardware compression was used and only the TwainPro-compressed image is available with a given error number. |
TwainProCompressedImageOnlyException Constructor(String) | This exception is thrown for trying to save the source-compressed image when no hardware compression was used and only the TwainPro-compressed image is available with a given string. |
TwainProCompressedImageOnlyException Constructor(Int32,String) | This exception is thrown for trying to save the source-compressed image when no hardware compression was used and only the TwainPro-compressed image is available with a given error number and message. |
TwainProCompressedImageOnlyException Constructor(String,Exception) | This exception is thrown for trying to save the source-compressed image when no hardware compression was used and only the TwainPro-compressed image is available with a given message and inner exception. |