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


In This Topic
SmartPrintRules Property
In This Topic
Gets or sets the collection of rules to optimize the printing.
Syntax
'Declaration
 
Public Property SmartPrintRules As SmartPrintRulesCollection
 
'Usage
 
Dim instance As PrintInfo
Dim value As SmartPrintRulesCollection
 
instance.SmartPrintRules = value
 
value = instance.SmartPrintRules
See Also