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
)
Public Function SetColorA (
value As ColorPt
) As DiffOptions
public:
virtual DiffOptions^ SetColorA(
[InAttribute] ColorPt^ value
) sealed
function SetColorA(value);
Parameters
- value
- Type: pdftron.PDFColorPt
The difference color for the first page.
Return Value
Type:
DiffOptions this object, for call chaining
See Also