DiffOptionsSetAddGroupAnnots Method |
Sets the value for AddGroupAnnots in the options object
Whether we should add an annot layer indicating the difference regions
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public DiffOptions SetAddGroupAnnots(
bool value
)
Public Function SetAddGroupAnnots (
value As Boolean
) As DiffOptions
public:
virtual DiffOptions^ SetAddGroupAnnots(
[InAttribute] bool value
) sealed
function SetAddGroupAnnots(value);
Parameters
- value
- Type: SystemBoolean
Whether we should add an annot layer indicating the difference regions
Return Value
Type:
DiffOptions this object, for call chaining
See Also