[]
        
(Showing Draft Content)

C1.C1Preview.RenderEmpty

RenderEmpty Class

Represents an empty RenderObject. Provides a convenient placeholder for things like page breaks and so on, where no content needs to be rendered.

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

Constructors

Name Description
RenderEmpty()

Initializes a new instance of the RenderEmpty class.

RenderEmpty(BreakEnum)

Initializes a new instance of the RenderEmpty class with a zero height and a specified BreakAfter value.

RenderEmpty(Unit)

Initializes a new instance of the RenderEmpty class with a specified height.

RenderEmpty(Unit, Unit)

Initializes a new instance of the RenderEmpty class with specified width and height.

Methods

Name Description
CreateSame()

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

GetDefaultHeight()

Gets the default value for the Height property.

GetDefaultWidth()

Gets the default value for the Width property.