Click or drag to resize

TextDiffOptionsSetColorA Method

Sets the value for ColorA in the options object The difference color for deletions

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

Parameters

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

Return Value

Type: TextDiffOptions
this object, for call chaining
See Also