| getfeoparameterResult Structure Definition |
The getfeoparameterResult structure defines the return type for getfeoparameter API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
feoparameterList |
List of feoparameters |
| feoparameter Structure Definition |
The feoparameter structure defines the actual return type values for getfeoparameter API. |
Syntax |
Members |
jpegqualitypercent |
The percentage value of a JPEG image quality to be reduced. Range: 0 - 100 |
cssinlinethressize |
Threshold value of the file size (in bytes) for converting external CSS files to inline CSS files. |
jsinlinethressize |
Threshold value of the file size (in bytes), for converting external JavaScript files to inline JavaScript files. |
imginlinethressize |
Maximum file size of an image (in bytes), for coverting linked images to inline images. |
builtin |
Specify the builtin flags for - set feo param. |
_nextgenapiresource |
See Also |