[]
Represents the body of a C1PrintDocument. The body is the main part of a document presenting visible content, and can be accessed via the Body property on the document. (The only other parts presenting visible document content are page headers and footers.)
[C1ClassSerialization(true)]
public class DocumentBody
| Name | Description |
|---|---|
| Children | Gets the collection of RenderObject elements contained within the current DocumentBody. |
| Document | Gets the C1PrintDocument object containing this DocumentBody. |
| HasChildren | Gets a value indicating whether the current DocumentBody contains any render objects (i.e. whether the Children collection exists and is not empty). |
| Stacking | Gets the stacking rules for the current DocumentBody. Use Stacking to set the stacking rules. |