Click or drag to resize

TextDiffOptionsSetColorB Method

Sets the value for ColorB in the options object The difference color for insertions

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public TextDiffOptions SetColorB(
	ColorPt color
)

Parameters

color
Type: pdftron.PDFColorPt
The difference color for insertions in the form of R, G, B

Return Value

Type: TextDiffOptions
this object, for call chaining
See Also