SetPDFAOutputIntent
IPDFDocument3 :: General document methods

See Also
Collapse All

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

Syntax

HRESULT SetPDFAOutputIntent (
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

SetPDFAOutputIntent creates a PDF/A 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::SetPDFAOutputIntent.

See Also

Reference