Destruction of image components

In some cases, the image may not fit on one page. So the image goes to the next page.

As you can see in the image above, there was an empty space left on the first page. To avoid this, set the CanBreak property to true. Doing so will break the image component, as shown in the image below.

As you can see above, the image component was broken, part of it remained on the first page and the other moved to the next page. Note that if the band in which the image component is placed has its CanBreak property set to false, breaking the image component will not work (the band will completely move to the next page). So the image component will move with the band. Therefore, if you need to break the image, you should set the value of the image and band's CanBreak property to true.