PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / InitDocument Method

In This Topic
    InitDocument Method (C1PrintDocument)
    In This Topic
    Performs some initializations: creates the sub-objects (PageHeader, PageFooter etc) initializes DefaultPageSettings and so on.
    Syntax
    'Declaration
     
    Protected Overridable Sub InitDocument() 
    protected virtual void InitDocument()
    See Also