<Code Lib>
2025.3 Method
Changes 0
M

Document.Print(ViewSet, View)

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.

Loading…