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


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

    Property Value

    The number of vertical pages to check.
    See Also