Spread WPF 18
GrapeCity.Wpf.SpreadSheet.Printing Namespace / PrintSettings Class / Collated Property


In This Topic
    Collated Property (PrintSettings)
    In This Topic
    Gets or sets a value indicating whether the printer collates its output.
    Syntax
    'Declaration
     
    Public Property Collated As Boolean
    'Usage
     
    Dim instance As PrintSettings
    Dim value As Boolean
     
    instance.Collated = value
     
    value = instance.Collated
    public bool Collated {get; set;}

    Property Value

    A boolean value indicating whether the printer collates its output.
    See Also