Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintInfo Class / SmartPrintPagesWide Property
Example


In This Topic
    SmartPrintPagesWide Property
    In This Topic
    Gets or sets the number of horizontal pages to check when optimizing the printing.
    Syntax
    'Declaration
     
    
    Public Property SmartPrintPagesWide As Integer
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As Integer
     
    instance.SmartPrintPagesWide = value
     
    value = instance.SmartPrintPagesWide
    public int SmartPrintPagesWide {get; set;}
    Example
    This sets the properties for the PrintInfo class.
    See Also