2027 Method
Changes 0
M

Document.Print

Description:
Prints a set of views with a specified view template and default print settings.
Remarks:
If one view in the set can not be printed successfully then an exception will be thrown.
Overloads (4):
Print(ViewSet,View)
public void Print(
	ViewSet views,
	View viewTemplate
)
  • views
    The set of views which need to be printed.
  • viewTemplate
    The view template which apply to the set of views.