SetPDFXOutputIntent
IPDFDocument3 :: General document methods

See Also
Collapse All

This method sets the specified ICC profile as a PDF/X compatible output intent of a PDF document.

Syntax

HRESULT SetPDFXOutputIntent (
LONG profileHandle
)
Parameters
profileHandle
Handle of a profile

Return value
If successful, this method returns S_OK. If it fails, this method should return one of the error values.

Remarks

SetPDFXOutputIntent creates a PDF/X compatible output intent from the specified ICC profile and sets it.

You can get the index of a profile using the LoadICCProfile method.

Equivalent in new interface: IPDFDocument4::SetPDFXOutputIntent.

See Also

Reference