[]
Displays the window with the print preview content.
public void PrintPreview(string docName, ScaleMode scaleMode, Thickness margin, int maxPages)
Public Sub PrintPreview(docName As String, scaleMode As ScaleMode, margin As Thickness, maxPages As Integer)
| Type | Name | Description |
|---|---|---|
| string | docName | The document name. |
| ScaleMode | scaleMode | The ScaleMode. |
| Thickness | margin | The margin of the pages. |
| int | maxPages | The maximum printed pages. |
Displays the window with the print preview content.
public void PrintPreview(PrintParameters p)
Public Sub PrintPreview(p As PrintParameters)
| Type | Name | Description |
|---|---|---|
| PrintParameters | p | The printing parameters. |