Passer au contenu principal
Cet objet permet de configurer les paramètres d’enregistrement des images dans des fichiers de sortie de différents formats. Il permet de sélectionner un format d’image pour les images couleur et en gris. Les images en noir et blanc sont toujours enregistrées au format PNG.

Propriétés

,read-only

Returns the Engine object.

Allows you to keep color of the pictures embedded into the file or save it in gray or black-and-white. It may be useful to set this property to PCM_ForceToGray for color pictures, if you do not need to save their colors and want to reduce the size of output files.

Si la propriété CorrectColorDepth est définie sur TRUE, ABBYY FineReader Engine peut également corriger la profondeur de couleur des images intégrées. Par exemple, si vous définissez Colority sur PCM_ForceToGray et que CorrectColorDepth est TRUE, FineReader Engine convertira les images en couleur en gris, puis détectera la profondeur de couleur des images en gris et, si nécessaire, convertira certaines images en noir et blanc.

The default value for this property is PCM_KeepColority.

Specifies the image format to be used when saving a file with embedded color pictures. The value of this property is an OR superposition of theenumeration constants.

The property can be set to CPF_Jpeg, CPF_Png, or CPF_Auto.

The default value for this property is CPF_Auto.

This property set to TRUE enables ABBYY FineReader Engine to correct color depth of embedded pictures. If you set this property to FALSE, ABBYY FineReader Engine will save colors of the pictures as defined in the Colority property.

By default, the value of this property is TRUE.

Specifies the image format to be used when saving a file with embedded gray pictures. The value of this property is an OR superposition of theenumeration constants.

The property can be set to GPF_Jpeg, GPF_Png, or GPF_Auto.

The default value for this property is GPF_Auto.

Stores the value of the JPEG quality for pictures embedded in a file in percent. This value is used with color and gray JPEG image formats.

The default value of this property is 50%.

Stores the value of picture resolution in dpi. This property may be set to -1, which means that the original resolution must be preserved.

The default value of this property depends on the export format:

  • for RTF, XLSX and PPTX it is 150 dpi;
  • for HTML, FB2 and EPUB it is 72 dpi;
  • for XPS it is 300 dpi.
PictureExportParams Diagramme des objets

Voir aussi

Réglage des paramètres d’exportation Utilisation des profils Utilisation des propriétés