Spread for ASP.NET 12 Product Documentation
UseSmartPrint Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrintInfo Class : UseSmartPrint Property
Gets or sets whether the control optimizes the printing using rules.
Syntax
'Declaration
 
Public Property UseSmartPrint As Boolean
'Usage
 
Dim instance As PrintInfo
Dim value As Boolean
 
instance.UseSmartPrint = value
 
value = instance.UseSmartPrint
public bool UseSmartPrint {get; set;}
See Also

Reference

PrintInfo Class
PrintInfo Members