Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / PrintInfo Class / FitPagesWide Property


In This Topic
    FitPagesWide Property
    In This Topic
    Gets or sets the number of horizontal pages to check when optimizing the printing.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(-1)>
    Public Property FitPagesWide As Integer
    'Usage
     
    Dim instance As PrintInfo
    Dim value As Integer
     
    instance.FitPagesWide = value
     
    value = instance.FitPagesWide
    [DefaultValue(-1)]
    public int FitPagesWide {get; set;}

    Property Value

    The number of horizontal pages to check.
    See Also