Click or drag to resize

TextDiffOptionsSetOpacityA Method

Sets the value for OpacityA in the options object The difference opacity for deletions

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public TextDiffOptions SetOpacityA(
	double opacity
)

Parameters

opacity
Type: SystemDouble
The difference opacity for deletions in between 0.0 (transparent) and 1.0 (opaque)

Return Value

Type: TextDiffOptions
this object, for call chaining
See Also