ComponentOne Word for WinForms
C1.C1Word.4.8 Assembly / C1.C1Word Namespace / C1WordDocument Class / C1WordDocument Constructor / C1WordDocument Constructor(PaperKind,Boolean)
The paper kind of a page.
The landscape flag of a page.

In This Topic
    C1WordDocument Constructor(PaperKind,Boolean)
    In This Topic
    Create new ComponentOne Word/RTF document with known paper kind.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal paperKind As System.Drawing.Printing.PaperKind, _
       Optional ByVal landscape As System.Boolean _
    )
    public C1WordDocument( 
       System.Drawing.Printing.PaperKind paperKind,
       System.bool landscape
    )

    Parameters

    paperKind
    The paper kind of a page.
    landscape
    The landscape flag of a page.
    See Also