[]
Represents a printer paper source.
public class PaperSource
Gets or sets the paper tray (bin) to use for the first page of a section. The value is implementation (printer) specific.
public PaperTray First { get; set; }
Gets or sets the paper tray (bin) to be used for all but the first page of a section. The value is implementation (printer) specific.
public PaperTray Other { get; set; }
Resets paper source to default values.
public void ClearFormatting()