C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / RenderBlockVertLine Method
The height of the line.
The LineDef used to draw the line.

In This Topic
RenderBlockVertLine Method
In This Topic
Renders a vertical line with the specified height, starting at the current position, into the block flow of the current document.
Syntax
'Declaration
 
Public Function RenderBlockVertLine( _
   ByVal height As Unit, _
   ByVal line As LineDef _
) As Boolean
 

Parameters

height
The height of the line.
line
The LineDef used to draw the line.

Return Value

true if no warnings were generated by this call, false otherwise.
Remarks

This method can only be used between calls to StartDoc and EndDoc methods on the current document. For details, see RenderBlock.

See Also