PrintDocument for WPF | ComponentOne
C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / InitDocument Method

In This Topic
    InitDocument Method
    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