SoOffscreenRendererWriteToPostScript Method (String) |
Writes the buffer as encapsulated PostScript to the given filename.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic bool WriteToPostScript(
string filename
)
Public Function WriteToPostScript (
filename As String
) As Boolean
public:
bool WriteToPostScript(
String^ filename
)
member WriteToPostScript :
filename : string -> bool
Parameters
- filename
- Type: SystemString
Return Value
Type:
Boolean
RemarksThe 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