Content |
Paint a group.
public void PaintGroup( Group group, Rectangle? targetRect, Transparency transparency )
| 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 the group object has already been closed |
| ArgumentException | if the group is associated with a different document |
| ArgumentException | if the group contains no content or the content generator has not been closed yet |
| ArgumentException | if the group contains interactive elements (see CopyFromPage(Document, Page, PageCopyOptions)) and it has been painted before. |
| ArgumentException | if the group contains interactive elements (see CopyFromPage(Document, Page, PageCopyOptions)) and the content of the content generator belongs to an annotation. |
| ConformanceException | if the transparency argument is not and has properties Alpha other than 1.0 or BlendMode other than Normal, and the explicitly specified conformance does not support transparency (PDF/A-1, PDF 1.0 - 1.3). |
| ArgumentNullException | if group is . |