[]
Represents an empty RenderObject. Provides a convenient placeholder for things like page breaks and so on, where no content needs to be rendered.
public class RenderEmpty : RenderObject, IStyleOwner, IDocumentLocation
| 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. |
| 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. |