Skip navigation
Currently Being Moderated

Assign Profiles Dialog

Aug 28, 2012 5:00 PM

I'm trying to log, after a print or export operation, the information from the Edit>Assign Profiles dialog...

Screen shot 2012-08-28 at 11.26.50 AM.PNG

I have found the RGB and CMYK profile information using

 

InterfacePtr<ICMSManager> CMSManagerPtr (Utils<ICMSUtils>()->QueryCMSManager());
InterfacePtr<ICMSProfile> DocRGBProfile (CMSManagerPtr->QueryUsedProfile(ICMSProfile::kRGBSource,fDoc));
DocRGBProfile->GetName(nameStr);

 

 

I haven't found a way to extract the intent information. Can someone point me out to the correct way to get the solid color, image and after-blend intents?

 

Also, how can I force select the "discard" option on all documents prior to export or print? Is it possible?

 

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points