Show / Hide Table of Contents

Enum Convert.WordOutputOptions.SearchableImageSetting

Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public enum 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_image

Deprecated. OCR will not be performed.

e_ocr_image_text

Deprecated. OCR will be performed.

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).

Back to top Generated by DocFX