> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PictureResolutionParams Object (IPictureResolutionParams Interface)

This object provides functionality for tuning the resolution of writing images to output files depending on the image format. You can set different resolutions for color, gray, and black-and-white images, requesting this object through the [ColorPictureResolutionParams](/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfpicturecompressionparams#colorpictureresolutionparams), [GrayPictureResolutionParams](/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfpicturecompressionparams#graypictureresolutionparams), or [BwPictureResolutionParams](/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfpicturecompressionparams#bwpictureresolutionparams) properties of the PDFPictureCompressionParams object, respectively.

<Note>
  Properties of the [PDFExportParams](/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfexportparams) object have priority over the properties of its subobjects. If you change the value of the [ResolutionType](/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfexportparams#resolutiontype) or [Resolution](/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfexportparams#resolution) properties of the PDFExportParams object, the values of the corresponding properties of this object will be automatically overwritten. Set the resolution-related properties of the PDFExportParams object first and then use this object to change the resolution for the images of a particular colority.
</Note>

## Properties

<table><thead><tr><th><p><strong>Name</strong></p></th><th><p><strong>Type</strong></p></th><th><p><strong>Description</strong></p></th></tr></thead><tbody><tr><td><p><strong>Application</strong></p></td><td><p><strong><a href="/fine-reader/engine/api-reference/engine-object-iengine-interface">Engine</a></strong>, <a href="/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties#readonly_properties">read-only</a></p></td><td><p>Returns the <strong>Engine</strong> object.</p></td></tr><tr><td><p><a name="type" /><strong>Type</strong></p></td><td><p><strong><a href="/fine-reader/engine/api-reference/enumerations/pdfresolutiontypeenum">PDFResolutionTypeEnum</a></strong></p></td><td><p>Defines how to use the value of the picture resolution specified in the <strong>Value </strong>property.</p><Note>If this property is PRT\_Source, the Value property will be ignored.</Note><p>By default, the value of this property is PRT\_Desired.</p></td></tr><tr><td><p><a name="value" /><strong>Value</strong></p></td><td><p><strong><a href="/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties">int</a></strong></p></td><td><p>Specifies the picture resolution in dpi. You can only assign a positive value to this property. The <strong>Type</strong> property specifies how the value of this property must be interpreted.</p><p>Notes:</p><ul><li>The specified resolution cannot be higher then the original resolution.</li><li>If the <strong>Type</strong> property is set to PRT\_Source, the value of this property will be ignored.</li></ul><p>The default value of this property is 300 dpi.</p></td></tr></tbody></table>

## Related objects

<img src="https://mintcdn.com/abbyy/i-EfCQVmseNiPQcp/images/fine-reader/engine/pictureresolutionparams.gif?s=4df16bd1dff1af8d324b463b2319a486" alt="PictureResolutionParams" width="185" height="78" data-path="images/fine-reader/engine/pictureresolutionparams.gif" />[](/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfpicturecompressionparams#graypictureresolutionparams)[](/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfpicturecompressionparams#colorpictureresolutionparams)[](/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfpicturecompressionparams#bwpictureresolutionparams)[](/fine-reader/engine/api-reference/parameter-objects/export-parameters/pdfpicturecompressionparams)

[Object Diagram](/fine-reader/engine/api-reference/object-diagram)

## See also

[Tuning Export Parameters](/fine-reader/engine/guided-tour/advanced-techniques/tuning-export-parameters)

[Working with Profiles](/fine-reader/engine/guided-tour/advanced-techniques/working-with-profiles)

[Working with Properties](/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
