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

# RasterPictureBlock Object (IRasterPictureBlock Interface)

This object provides access to specific properties of a raster picture block. The part of the image that this block encloses is not recognized, and the block is exported "as is." The IRasterPictureBlock interface is derived from the [IBlock](/fine-reader/engine/api-reference/layout-related-objects/block) interface and inherits all its properties.

## Properties

| Name      | Type                                                                                    | Description                                                                                                                                                                                      |
| --------- | --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| ColorType | [ImageColorTypeEnum](/fine-reader/engine/api-reference/enumerations/imagecolortypeenum) | Specifies the color type for the whole image as the maximum of the corresponding values for its color planes (black-and-white, gray, color). The default value of this property is ICT\\\_Color. |

## Methods

| Name                                                                                                                      | Description                                                                                               |
| ------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
| [CopyFrom](/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/copyfrom-method)     | Initializes the properties of the current object with the values of similar properties of another object. |
| [SetBlockLayerType](/fine-reader/engine/api-reference/layout-related-objects/vectorpictureblock/setblocklayertype-method) | Sets the layer of the block: background, foreground, or hidden.                                           |

## Related objects

### Windows

<img src="https://mintcdn.com/abbyy/i-EfCQVmseNiPQcp/images/fine-reader/engine/rasterpictureblock.gif?s=1549c4e318c404421a5a1a0d9ecdb20f" alt="RasterPictureBlock" width="276" height="162" data-path="images/fine-reader/engine/rasterpictureblock.gif" />[](/fine-reader/engine/api-reference/layout-related-objects/layout#visualblocks)[](/fine-reader/engine/api-reference/layout-related-objects/layout#blocks)[](/fine-reader/engine/api-reference/supplementary-objects-and-methods/region)[](/fine-reader/engine/api-reference/layout-related-objects/block)[](/fine-reader/engine/api-reference/layout-related-objects/layoutblocks)[](/fine-reader/engine/api-reference/layout-related-objects/layout)

### Linux and macOS

<img src="https://mintcdn.com/abbyy/i-EfCQVmseNiPQcp/images/fine-reader/engine/rasterpictureblocklinuxmac.gif?s=c885839865ef5e2c63ca57b29cb88d96" alt="RasterPictureBlockLinuxMac" width="277" height="165" data-path="images/fine-reader/engine/rasterpictureblocklinuxmac.gif" />[](/fine-reader/engine/api-reference/supplementary-objects-and-methods/region)[](/fine-reader/engine/api-reference/layout-related-objects/block)[](/fine-reader/engine/api-reference/layout-related-objects/layout#blocks)[](/fine-reader/engine/api-reference/layout-related-objects/layoutblocks)[](/fine-reader/engine/api-reference/layout-related-objects/layout)

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

## Output parameter

This object is the output parameter of the [GetAsRasterPictureBlock](/fine-reader/engine/api-reference/layout-related-objects/block/getasrasterpictureblock-method) method of the [Block](/fine-reader/engine/api-reference/layout-related-objects/block) object.

## See also

[Block](/fine-reader/engine/api-reference/layout-related-objects/block)

[Working with Layout and Blocks](/fine-reader/engine/guided-tour/advanced-techniques/working-with-layout-and-blocks)

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