'Declaration
Public Overloads Sub Print( _ ByVal documentName As System.String, _ ByVal scaleMode As ScaleMode, _ ByVal margin As System.Windows.Thickness, _ ByVal maxPages As System.Integer _ )
public void Print( System.string documentName, ScaleMode scaleMode, System.Windows.Thickness margin, System.int maxPages )
Parameters
- documentName
- Name of the document to print.
- scaleMode
- How to scale the document to fit the pages.
- margin
- Margin around the page in pixels.
- maxPages
- The maximum number of pages to print.