THPDFPage.SetCMYKColor Method

Sets cmyk color state for subsequent graphics and colour management output. The setting affects later page drawing, page dictionary entries, conformance metadata, or text emission rather than already-written content

Declaration

procedure SetCMYKColor(C, m, Y, k: Extended);

Unit

HPDFDoc

Parameters

NamePurpose
CColor component or color value used by the painting or resource operation
mColor component or color value used by the painting or resource operation
YPage coordinate or size value expressed in the current HotPDF coordinate space
kColor component or color value used by the painting or resource operation

Return value

This member does not return a value

Usage notes

Related APIs