PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1PageSettings Class / PaperKind Property

In This Topic
    PaperKind Property (C1PageSettings)
    In This Topic
    Gets or sets the paper kind. Changing of this property may change C1PageSettings.Width and/or C1PageSettings.Height.
    Syntax
    'Declaration
     
    Public Property PaperKind As PaperKind
    public PaperKind PaperKind {get; set;}
    See Also