[]
        
(Showing Draft Content)

C1.C1Preview.DocumentBody

DocumentBody Class

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.)

Inheritance
DocumentBody
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
[C1ClassSerialization(true)]
public class DocumentBody

Properties

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.