Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / PaperSource Property


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