Click or drag to resize

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
)

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