Available in LEADTOOLS Imaging Pro, Vector, Document, and Medical Imaging toolkits. |
#include "ltwrappr.h"
ICCPROFILEEXT * LICCProfile::GetProfile();
Returns a pointer to the class object©s ICCPROFILEEXT member structure of the loaded ICC Profile.
Returns
Pointer to the class object©s ICCPROFILEEXT member structure of the loaded ICC Profile.
Comments
You can use this returned pointer to examine ICC data within the loaded profile, or change some values manually.
Required DLLs and Libraries
LTCLR For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
See Also
Functions: |
|
Topics: |
|
|
Example
For an example, refer to LICCProfile::Initialize.