Skip to main content
SourceContentReuseModeEnum enumeration constants describe available modes for reusing source PDF file and Office document contents.
Office documents are not supported for macOS.

Elements

Use the IsPdfWithTextualContent method to find out if the file contains a text layer.

Remarks

Recognition of document contents is performed along with the process of determining the type of word model (see IWord::ModelType). This process depends on the selected mode of contents reusing:
  • CRM_DoNotReuse — a type of word model is always determined.
  • CRM_Auto, CRM_ContentAndPictures — determination of a type of word model depends on the use of document contents recognition.
  • CRM_ContentOnly — a type of word model is never determined.

Used in

IObjectsExtractionParams::SourceContentReuseMode