[]
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 oscale mode and margin.
public void Print(string docName, ScaleMode scaleMode, Thickness margin, int maxPages)
| Type | Name | Description |
|---|---|---|
| string | docName | Name of the document to print. |
| ScaleMode | 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(PrintParameters printParameters)
| Type | Name | Description |
|---|---|---|
| PrintParameters | printParameters | The PrintParameters to use. |