Click or drag to resize
SoOffscreenRendererWriteToPostScript Method (String, SbVec2f)

Writes the buffer as encapsulated PostScript to the given filename.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public bool WriteToPostScript(
	string filename,
	SbVec2f printSize
)

Parameters

filename
Type: SystemString
printSize
Type: OIV.InventorSbVec2f

Return Value

Type: Boolean
Remarks

The print size is specified in inches. Since Open Inventor 9.0

See Also