Prints the grid using a specified oscale mode and margin.
Syntax
'Declaration
Public Overloads Sub Print( _
ByVal As System.String, _
ByVal As ScaleMode, _
ByVal As Windows.UI.Xaml.Thickness, _
ByVal As System.Integer _
)
public void Print(
System.string ,
ScaleMode ,
Windows.UI.Xaml.Thickness ,
System.int
)
Parameters
- docName
- 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.
See Also