<Code Lib>
2020 Method
Changes 0
M

View.Print(View, Boolean)

Description:
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.
Overloads (4):
Print
Print(View)
Print(View,Boolean)

public void Print(
	View viewTemplate,
	bool useCurrentPrintSettings
)

  • viewTemplate
    The view template which apply to the view.
  • useCurrentPrintSettings
    If true, print the view with the print setting of the current active document; otherwise with the view's document's print setting.

Loading…