Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / UseSmartPrint Property


In This Topic
    UseSmartPrint Property
    In This Topic
    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