Click or drag to resize
SoOffscreenRendererWriteToPostScript Method (String)

Writes the buffer as encapsulated PostScript to the given filename.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public bool WriteToPostScript(
	string filename
)

Parameters

filename
Type: SystemString

Return Value

Type: Boolean
Remarks

The size of the image in the buffer is adjusted so it is the same as the apparent size of the viewport region on the current device. Since Open Inventor 9.0

See Also