DiffOptionsSetColorB Method |
Sets the value for ColorB in the options object
The difference color for the second page
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public DiffOptions SetColorB(
ColorPt value
)
Public Function SetColorB (
value As ColorPt
) As DiffOptions
public:
virtual DiffOptions^ SetColorB(
[InAttribute] ColorPt^ value
) sealed
function SetColorB(value);
Parameters
- value
- Type: pdftron.PDFColorPt
The difference color for the second page
Return Value
Type:
DiffOptions this object, for call chaining
See Also