Enum Convert.ExcelOutputOptions.SearchableImageSetting
Namespace: pdftron.PDF
Assembly: PDFTronDotNet.dll
Syntax
public enum Convert.ExcelOutputOptions.SearchableImageSetting
Fields
| Name | Description |
|---|---|
| e_ocr_always | Indicates that OCR will always be performed on all pages, and the recognized text replaces the image pixels underneath. |
| e_ocr_off | Indicates that OCR will not be performed. |
| e_ocr_text | Indicates that OCR will be performed on scanned pages, and the recognized text replaces the image pixels underneath (default). |