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

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