Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintInfo Class / SmartPrintRules Property
Example


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
    public SmartPrintRulesCollection SmartPrintRules {get; set;}
    Example
    This sets the properties for the PrintInfo class.
    See Also