Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.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 PageMediaSizeName
    public PageMediaSizeName PaperSize {get; set;}
    See Also