RenderEmpty Constructor(BreakEnum)
In This Topic
Initializes a new instance of the
RenderEmpty class with a zero height and a specified
RenderObject.BreakAfter value.
Syntax
'Declaration
Public Function New( _
ByVal As BreakEnum _
)
public RenderEmpty(
BreakEnum
)
Parameters
- brk
- They type of break that is to be inserted after this object.
See Also