setRGBOutputProfile

Set the RGB output profile for one document.
setRGBOutputProfile([in] BSTR profilePath)
Sets the RGB output profile (for color management) for a single PDF file. This overrides the global xpdfrc setting.

Color management must be enabled (either via the global xpdfrc setting, or using enableColorManagement) before calling this function.

VB:
pdf.setRGBOutputProfile("c:/profiles/some-profile.icc")
enableColorManagement
setGrayOutputProfile
setCMYKOutputProfile