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

In This Topic
    EndDoc Method (SampleC1PrintDocument)
    In This Topic
    Finishes generation of a document.
    Syntax
    'Declaration
     
    Public Function EndDoc() As Boolean
    public bool EndDoc()

    Return Value

    Returns true if no warning occurs during generating.
    See Also