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


In This Topic
    Collated Property (PrintInfo)
    In This Topic
    Gets or sets a value indicating whether the printed document is collated.
    Syntax
    'Declaration
     
    
    Public Property Collated As Boolean
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As Boolean
     
    instance.Collated = value
     
    value = instance.Collated
    public bool Collated {get; set;}
    See Also