PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / EndDoc Method

In This Topic
    EndDoc Method (C1PrintDocument)
    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