C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / NewLine Method

In This Topic
NewLine Method
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() 
 
See Also