Accusoft.TwainProSdk Namespace > SourceCompressedImageOnlyException Class : SourceCompressedImageOnlyException Constructor |
Overload | Description |
---|---|
SourceCompressedImageOnlyException Constructor() | An exception generated for trying to save the TwainPro-compressed image when hardware compression was used and only the source-compressed image is available. |
SourceCompressedImageOnlyException Constructor(Int32) | An exception generated for trying to save the TwainPro-compressed image when hardware compression was used and only the source-compressed image is available with a given error number. |
SourceCompressedImageOnlyException Constructor(String) | An exception generated for trying to save the TwainPro-compressed image when hardware compression was used and only the source-compressed image is available with a given string. |
SourceCompressedImageOnlyException Constructor(Int32,String) | An exception generated for trying to save the TwainPro-compressed image when hardware compression was used and only the source-compressed image is available with a given error number and message. |
SourceCompressedImageOnlyException Constructor(String,Exception) | An exception generated for trying to save the TwainPro-compressed image when hardware compression was used and only the source-compressed image is available with a given message and inner exception. |