[]
Specifies how the grid content should be scaled to fit the page.
public enum GridScaleMode
Name | Description |
---|---|
ActualSize | Render the grid in actual size, breaking pages as needed. |
PageWidth | Scale the grid so it fits the page width. |
Selection | Prints the current selection in actual size, breaking pages as needed. |
SinglePage | Scale the grid so it fits on a single page. |