Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1PageSettings Class / PaperSize Property

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