View.Print
Overloads (4):
| Name | Return Type | Description |
|---|---|---|
| Print() | None | Print this view with the default view template and using the print setting of the current active document. |
| Print(Boolean) | None | Print this view with the default view template, and either the view's document's print setting or the print setting of the current active document. |
| Print(View) | None | Print this view with the given view template and using the print setting of the current active document. |
| Print(View, Boolean) | None | Print this view with the given view template, and either the view's document's print setting or the print setting of the current active document. |