ViewCaptureSendToPrinter Method (String, ViewCaptureSettings) |
Send a list of view capture settings to a printer. Each setting
represents a single page.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax public static bool SendToPrinter(
string printerName,
ViewCaptureSettings[] settings
)
Public Shared Function SendToPrinter (
printerName As String,
settings As ViewCaptureSettings()
) As Boolean
Parameters
- printerName
- Type: SystemString
[Missing <param name="printerName"/> documentation for "M:Rhino.Display.ViewCapture.SendToPrinter(System.String,Rhino.Display.ViewCaptureSettings[])"]
- settings
- Type: Rhino.DisplayViewCaptureSettings
[Missing <param name="settings"/> documentation for "M:Rhino.Display.ViewCapture.SendToPrinter(System.String,Rhino.Display.ViewCaptureSettings[])"]
Return Value
Type:
Booleantrue on success
See Also