static L_INT LFileSettings::SetPCDResolution(nResolution)
Sets the resolution to be used for loading or converting a PhotoCD file.
Integer indicating the resolution to load or use in conversion. Possible values for nResolution are:
| Value | Meaning | 
|---|---|
| L_PCD_BASE_OVER_64 | [0] Resolution 64 x 96 | 
| L_PCD_BASE_OVER_16 | [1] Resolution 128 x 192 | 
| L_PCD_BASE_OVER_4 | [2] Resolution 256 x 384 | 
| L_PCD_BASE | [3] Resolution 512 x 768 | 
| L_PCD_4BASE | [4] Resolution 1024 x 1536 | 
| L_PCD_16BASE | [5] Resolution 2048 x 3072 | 
| Value | Meaning | 
|---|---|
| SUCCESS | The function was successful. | 
| -13 (ERROR_INV_PARAMETER) | nResolution was not a valid value. | 
Use this function after LFileSettings::GetPCDResolution (which determines valid resolutions of the file) and prior to loading or converting a PhotoCD file. If this function is not used, the default resolution of 512 x 768 will be used.
Notes
Win32, x64.
For a list of functions that use either the LOADFILEOPTION structure or the SAVEFILEOPTION structure, refer to Functions Utilizing the LOADFILEOPTION or SAVEFILEOPTION Structures.
For an example, refer to LFileSettings::GetPCDResolution.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
