FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / PaperSize Property


In This Topic
PaperSize Property (PrintInfo)
In This Topic
Gets or sets the paper size for printing.
Syntax
'Declaration
 
Public Property PaperSize As PaperSize
 
'Usage
 
Dim instance As PrintInfo
Dim value As PaperSize
 
instance.PaperSize = value
 
value = instance.PaperSize
See Also