NewLine Method (SampleC1PrintDocument)
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