PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / NewLine Method

In This Topic
    NewLine Method (C1PrintDocument)
    In This Topic
    Begins a new line in inline flow, can be used only if current stacking is inline flow. Note that AllowNonReflowableDocs property on the document must be set to true for this method to work; otherwise, an exception will occur.
    Syntax
    'Declaration
     
    Public Sub NewLine() 
    public void NewLine()
    See Also