Click or drag to resize

DiffOptionsSetColorA Method

Sets the value for ColorA in the options object The difference color for the first page.

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

Parameters

value
Type: pdftron.PDFColorPt
The difference color for the first page.

Return Value

Type: DiffOptions
this object, for call chaining
See Also