SoJPEGImageRWSetOutputQuality Method |
Sets the output quality of the image, from 0.0 (lowest quality) to 1.0 (highest quality).
Namespace: OIV.Inventor.ImageAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetOutputQuality(
float quality
)
Public Sub SetOutputQuality (
quality As Single
)
public:
void SetOutputQuality(
float quality
)
member SetOutputQuality :
quality : float32 -> unit
Parameters
- quality
- Type: SystemSingle
Remarks See Also