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


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;}
    See Also