Content |
Paint an image.
public void PaintImage( Image image, Rectangle targetRect )
| Exception | Condition |
|---|---|
| InvalidOperationException | if the document associated with the content has already been closed |
| InvalidOperationException | if the page/group associated with the content has already been closed |
| InvalidOperationException | if the content object has already been closed |
| InvalidOperationException | if the object has already been closed |
| ArgumentException | if the document associated with image has already been closed |
| ArgumentException | if the image is associated with a different document |
| ArgumentNullException | if image is . |