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

In This Topic
    RtfSection Constructor(PaperKind)
    In This Topic
    Create Word/RTF section with known paper kind.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal paperKind As System.Drawing.Printing.PaperKind _
    )
    public RtfSection( 
       System.Drawing.Printing.PaperKind paperKind
    )

    Parameters

    paperKind
    The paper kind.
    See Also