[]
        
(Showing Draft Content)

C1.C1Preview.RenderArea

RenderArea Class

Represents a general-purpose container for other RenderObject objects.

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class RenderArea : RenderObject, IStyleOwner, IDocumentLocation

Constructors

Name Description
RenderArea()

Initializes a new instance of the RenderArea class.

Properties

Name Description
HeaderHorz

Gets or sets a RenderObject that will be repeated on all "horizontal" pages if the current render area is split horizontally when it is too wide to fit on a single page.

HeaderVert

Gets or sets a RenderObject that is repeated on all pages (or columns) if the current render area is split vertically when it is too high to fit on a single page.

Methods

Name Description
AssignFrom(RenderObject, bool, bool, bool, bool, bool, bool)

Assigns (copies) properties from another RenderObject to the current object. Calls the base AssignFrom(RenderObject, bool, bool, bool, bool, bool, bool) method. If source is a RenderArea, also copies RenderArea-specific properties.

CreateSame()

Creates new empty RenderArea object linked with same C1PrintDocument as current object.

GetDefaultFlags()

Gets the default value for the Flags property.

GetDefaultSplitHorzBehavior()

Gets the default horizontal split behavior (area is too wide).

GetDefaultSplitVertBehavior()

Gets the default vertical split behavior (area is too high).

GetDefaultWidth()

Gets the default area width.