[]
Gets or sets a value indicating whether multiple copies are collated. The default value is true.
public bool Collate { get; set; }
Public Property Collate As Boolean
PrintOutOptions options = new PrintOutOptions();
options.Collate = false;
bool collate = options.Collate;