[]
Sends default printing style for the currently selected view to the printer.
public void Print()
Public Sub Print()
Sends the specified printing style from file to the printer.
public void Print(string fileName)
Public Sub Print(fileName As String)
| Type | Name | Description |
|---|---|---|
| string | fileName | The string object determining style's file name to print. |