Click or drag to resize
SoOffscreenRendererWriteToTIFF Method (String, SoOffscreenRendererTIFFCompressionModes)

Writes the buffer as a TIFF file 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 WriteToTIFF(
	string filename,
	SoOffscreenRendererTIFFCompressionModes TIFFcm
)

Parameters

filename
Type: SystemString
TIFFcm
Type: OIV.InventorSoOffscreenRendererTIFFCompressionModes

Return Value

Type: Boolean
Remarks

Since Open Inventor 9.0

See Also