DiffOptionsGetAddGroupAnnots Method |
Gets the value AddGroupAnnots from 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 bool GetAddGroupAnnots()
Public Function GetAddGroupAnnots As Boolean
public:
virtual bool GetAddGroupAnnots() sealed
function GetAddGroupAnnots();
Return Value
Type:
Booleana bool, Whether we should add an annot layer indicating the difference regions.
See Also