ComponentOne Word for WinForms
C1.C1Word.4.8 Assembly / C1.C1Word Namespace / C1WordDocument Class / PaperKind Property

In This Topic
    PaperKind Property
    In This Topic
    Gets or sets the default page size for the document.
    Syntax
    'Declaration
     
    Public Property PaperKind As System.Drawing.Printing.PaperKind
    public System.Drawing.Printing.PaperKind PaperKind {get; set;}
    See Also