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

In This Topic
    NewPage Method (SampleC1PrintDocument)
    In This Topic
    Creates a new page and adds it to the document. Note that C1.C1Preview.C1PrintDocument.AllowNonReflowableDocs property on the document must be set to true for this method to work; otherwise, an exception will occur.
    Overload List
    OverloadDescription
    Creates a new page and adds it to the document. Note that C1.C1Preview.C1PrintDocument.AllowNonReflowableDocs property on the document must be set to true for this method to work; otherwise, an exception will occur. (Inherited from C1.C1Preview.C1PrintDocument)
    Creates a new page and adds it to the document. (Inherited from C1.C1Preview.C1PrintDocument)
    Creates a new page and adds it to the document. (Inherited from C1.C1Preview.C1PrintDocument)
    See Also