Spread Windows Forms 12.0 Product Documentation
PaperSize Property (PageSetup)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Printing Namespace > PageSetup Class : PaperSize Property
Gets or sets the size of the paper.
Syntax
'Declaration
 
Public Property PaperSize As PaperSize
'Usage
 
Dim instance As PageSetup
Dim value As PaperSize
 
instance.PaperSize = value
 
value = instance.PaperSize
public 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

Reference

PageSetup Class
PageSetup Members