Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Classes | |
class | Image |
Represents Image More... | |
class | ImagesCollection |
class | IOcrRegion |
Interface for OCR region More... | |
class | IOcrRegionsCollection |
class | Ocr |
class | OcrGraphicRegion |
Represents OCR graphic region More... | |
class | OcrImageRegion |
Represents image region More... | |
class | OcrLine |
Represents line of OCR words More... | |
class | OcrLinesCollection |
class | OcrResults |
Represents OCR results More... | |
class | OcrTextRegion |
Represents OCR text region More... | |
class | OcrWord |
Represents OCR word More... | |
class | OcrWordsCollection |
class | ScanEventArgs |
Represent type of Scan Event Args. More... | |
class | Scanner |
Represents types of Scanner. More... | |
class | ScannerPng |
Represents type of Scanner Png. More... | |
class | Scanners |
Represents types of Scanners. More... | |
Represents types of Image encoder
Enumerator | |
---|---|
None | Undefined Image Encoder |
ASCIIHexEncode | Image Encoder is ASCII Hex |
LZWEncode | Image Encoder is LZW |
FlateEncode | Image Encoder is Flate |
ASCII85Encode | Image Encoder is ASCII85 |
RunLengthEncode | Runs length encoder |
JBIG2Encode | Image Encoder is JBIG2 |
DCTEncode | Image Encoder is DCT |
J2KEncode | Image Encoder is J2K |
CCITTFaxEncodeGroup3 | Image Encoder is CCITT Fax (Group3) |
CCITTFaxEncodeGroup4 | Image Encoder is CCITT Fax (Group4) |
AutomaticSizeOptimize | Automatic (Optimize size) |
AutomaticSpeedOptimize | Automatic (Optimize speed) |
Automatic | Automatic |
Represents type of Scan Action.
Enumerator | |
---|---|
Completed | Type of Scan Action is Completed. |
Image | Type of Scan Action is Image . |
Error | Type of Scan Action is Error. |
enum SolidFramework.Imaging.ScannerDuplexTypes : short |
Duplex types for Scanner Object.
Enumerator | |
---|---|
None | Duplex scanning not supported. |
OnePassDuplex | One pass duplex scanning supported. |
TwoPassDuplex | Tow pass duplex scanning supported. |