THPDFPage.SetFillPatternRGB Method

Sets fill pattern rgb 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 SetFillPatternRGB(const PatternName: AnsiString; R, G, B: Single);

Unit

HPDFDoc

Parameters

NamePurpose
PatternNamePDF resource name, packet name, profile name, or caller-defined identifier
RColor component or color value used by the painting or resource operation
GColor component or color value used by the painting or resource operation
BColor component or color value used by the painting or resource operation

Return value

This member does not return a value

Usage notes

Related APIs