Click or drag to resize

imbDocumentBuilderBaseTDoc, TPageApplyColor Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.reporting.render.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public abstract void ApplyColor(
	string hexColorCode,
	selectRangeArea area = null,
	bool toForeground = false
)
Request Example View Source

Parameters

hexColorCode
Type: SystemString
area (Optional)
Type: imbSCI.Core.reporting.zoneselectRangeArea
toForeground (Optional)
Type: SystemBoolean

Implements

IDocumentRenderApplyColor(String, selectRangeArea, Boolean)
See Also