ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word Namespace / C1WordDocument Class / C1WordDocument Constructor / C1WordDocument Constructor(PaperKind)
The paper kind.

In This Topic
    C1WordDocument Constructor(PaperKind)
    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 _
    )
    public C1WordDocument( 
       System.Drawing.Printing.PaperKind paperKind
    )

    Parameters

    paperKind
    The paper kind.
    See Also