Click or drag to resize
SoToHTMLActionSetImageQuality Method

Sets the image quality.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetImageQuality(
	float quality
)

Parameters

quality
Type: SystemSingle
Remarks

Used for JPEG image. Quality is a value from 0. to 1., with 0 being the worst quality (maximum compression) and 1 being the best quality (minimum compression). The default is 1.

See Also