hwIJPGExportOptions GetQuality

Gets the quality used when exporting JPG files.

Syntax

hwIJPGExportOptions_handle GetQuality

Application

HyperWorks Tcl Query

Description

Returns the quality used when exporting JPG files. This is a floating point value between 0 and 100 (exclusive). A large quality means better image fidelity but larger image size.

This parameter is used when exporting JPG files from any client during HTML export.

Example

To determine the current quality setting used when exporting JPG files:
hwi GetSessionHandle mySessionName
mySessionName GetJPGExportOptionsHandle myJpgOptions
myJpgOptions GetQuality

Error

If an error occurs, this command returns 0.