2027 Method
Changes 0
M

Document.Print

Description:
Prints a set of views with default 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,Boolean)
public void Print(
	ViewSet views,
	bool useCurrentPrintSettings
)
  • views
    The set of views which need to be printed.
  • Boolean
    useCurrentPrintSettings
    If true, print the view with the current print setting, otherwise with the print setting of the document of the view.