Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / PaperSize Property


In This Topic
PaperSize Property (PageSetup)
In This Topic
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

Property Value

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