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


In This Topic
SmartPrintPagesTall Property
In This Topic
Gets or sets the number of vertical pages to check when optimizing printing.
Syntax
'Declaration
 
Public Property SmartPrintPagesTall As Integer
 
'Usage
 
Dim instance As PrintInfo
Dim value As Integer
 
instance.SmartPrintPagesTall = value
 
value = instance.SmartPrintPagesTall
See Also