[]
Displays the window with the print preview content.
public void PrintPreview(string docName, GridScaleMode scaleMode, Thickness margin, int maxPages)
Public Sub PrintPreview(docName As String, scaleMode As GridScaleMode, margin As Thickness, maxPages As Integer)
| 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)
Public Sub PrintPreview(pp As GridPrintParameters)
| Type | Name | Description |
|---|---|---|
| GridPrintParameters | pp | The printing parameters. |