[]
Displays the window with the print preview content.
public void PrintPreview(string docName, ScaleMode scaleMode, Thickness margin, int maxPages)
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)
Type | Name | Description |
---|---|---|
PrintParameters | p | The printing parameters. |