| ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGPage Object > IGPage Methods > GetRasterCopy Method |
Creates a new IGIntegerArray Object and copies the image raster into it.
GetRasterCopy(long YPos, enumIGPixelAccessType DataFormat) As
IGIntegerArray
| Name | Description |
|---|---|
| YPos | Raster line number. |
| DataFormat | Indicates the data being read is packed or unpacked. |
Returns copy of raster.
N/A
Core