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
)
Public Function SetColorA (
color As ColorPt
) As TextDiffOptions
public:
virtual TextDiffOptions^ SetColorA(
[InAttribute] ColorPt^ color
) sealed
function SetColorA(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