This function takes the list of save constants of type {nFormatID|nCompression<<16} and generates the embossing strength.
Declaration:
Copy Code | |
---|---|
VOID ACCUAPI IG_gui_save_filter_get ( LPAT_LMODE lpSaveList, UINT nSListSize, LPBYTE lpFilter, UINT nFilterSize ); |
Arguments:
Name | Type | Description |
lpSaveList | LPAT_MODE | An array of save constants. |
nSListSize | UINT | An array size. |
lpFilter | LPBYTE | A character array. |
nFilterSize | UINT | An array size. |
Return Value:
None
Supported Raster Image Formats:
This function does not process image pixels.
Sample:
None
Remarks:
The valid range is from 1.0 to 5.0. The correspondent char array can be passed directly as OPENFILENAME.lpstrFilter.