Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / PaperSize Property


In This Topic
    PaperSize Property (IPageSetup)
    In This Topic
    Gets or sets the size of the paper.
    Syntax
    'Declaration
     
    
    Property PaperSize As PaperSize
    'Usage
     
    
    Dim instance As IPageSetup
    Dim value As PaperSize
     
    instance.PaperSize = value
     
    value = instance.PaperSize
    PaperSize PaperSize {get; set;}

    Property Value

    An PaperSize value represents the size of the paper.
    Remarks
    Some printers may not support all of these paper sizes.
    See Also