Collated Property (PageSetup)
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 PageSetup
Dim value As Boolean
instance.Collated = value
value = instance.Collated
public bool Collated {get; set;}
See Also