<Code Lib>
2025 Method
Changes 0
M

PrintManager.SubmitPrint(View)

Description:
Print a view with the current PrintManager settings.
Remarks:
PrintManager will apply the local settings to global and print the user-assigned view with the current settings.
Overloads (2):
SubmitPrint
SubmitPrint(View)

public bool SubmitPrint(
	View view
)

  • view
    The User-assigned view.
Return Value Boolean True if successful, otherwise False.

  • Thrown when this operation is not allowed in the current application mode, or the print resource is occupied by others.

Loading…