[]
Specifies how empty space left on a printed page is handled (filled or otherwise).
public enum PrintInfo.FillEmptyEnum
Name | Description |
---|---|
ExtendAll | All columns are extended proportionally to fill the page. |
ExtendLast | Rightmost column on the page is extended to fill the empty space. |
None | Empty space on the right of the page is left as is. |