[]
Prints the grid.
public void Print(string docName)
| Type | Name | Description |
|---|---|---|
| string | docName | Name of the document to print. |
Prints the grid using a specified scale mode and margin.
public void Print(string docName, GridScaleMode scaleMode, Thickness margin, int maxPages)
| Type | Name | Description |
|---|---|---|
| string | docName | Name of the document to print. |
| GridScaleMode | scaleMode | How to scale the document to fit the pages. |
| Thickness | margin | Margin around the page in pixels. |
| int | maxPages | The maximum number of pages to print. |
Prints the grid using the specified print parameters.
public void Print(GridPrintParameters printParameters)
| Type | Name | Description |
|---|---|---|
| GridPrintParameters | printParameters | The GridPrintParameters to use. |