<Code Lib>
2024 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
)

Return Value bool True if successful, otherwise False.

Loading…