Click or drag to resize

HostUtilsGetPrinterFormNames Method

Get list of form names available for a given printer

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public static string[] GetPrinterFormNames(
	string printerName
)

Parameters

printerName
Type: SystemString
name or printer to query

Return Value

Type: String

[Missing <returns> documentation for "M:Rhino.Runtime.HostUtils.GetPrinterFormNames(System.String)"]

See Also