[]
Displays the window with the print preview content.
public void PrintPreview(string docName, GridScaleMode scaleMode, Thickness margin, int maxPages)
| Type | Name | Description |
|---|---|---|
| string | docName | The document name. |
| GridScaleMode | scaleMode | The GridScaleMode. |
| Thickness | margin | The margin of the pages. |
| int | maxPages | The maximum printed pages. |
Displays the window with the print preview content.
public void PrintPreview(GridPrintParameters pp)
| Type | Name | Description |
|---|---|---|
| GridPrintParameters | pp | The printing parameters. |