Available in the LEADTOOLS Imaging toolkit. |
PCDRes property (Main Control)
Visual Basic example
Visual C++ 4.0 example
Access example
Visual J++ example
Syntax short PCDRes
Overview: Refer to Loading a Bitmap from a File.
Remarks
Sets the resolution to be used for loading or converting a PhotoCD file.
Use the InfoPCDRes property to see which resolutions are available in a PhotoCD file.
Setting |
Description |
PCDRES_BASE_OVER_64 |
64 x 96 |
PCDRES_BASE_OVER_16 |
128 x 192 |
PCDRES_BASE_OVER_4 |
256 x 384 |
PCDRES_BASE |
(Default) 512 x 768 |
PCDRES_4BASE |
1024 x 1536 |
PCDRES_16BASE |
2048 x 3072 |
See Also
Elements: ReadLoadResolutions method, LoadResolutionCount property, LoadResolutionHeight property, LoadResolutionWidth property, SetLoadResolution method, GetLoadResolution method, Load method, LoadMemory method, LoadStamp method
Topics: Raster Images: Loading Files