PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.8 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / NewColumn Method

In This Topic
    NewColumn Method (SampleC1PrintDocument)
    In This Topic
    Begins a new column. If the current column is the last on the page then a new page will be started. 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 NewColumn() 
    public void NewColumn()
    See Also