ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word 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 PaperKind _
    )
    public C1WordDocument( 
       PaperKind paperKind
    )

    Parameters

    paperKind
    The paper kind.
    See Also