ReviewRemoveTrackedChange Method |
This method removes a specific tracked change from a document and returns the modified document.
Namespace:
TXTextControl.ReportingCloud
Assembly:
ReportingCloudWrapper (in ReportingCloudWrapper.dll) Version: 1.0.204.500 (1.0.204.500)
Syntax public TrackedChangeModifiedDocument RemoveTrackedChange(
byte[] document,
int id,
bool accept
)
Parameters
- document
- Type: SystemByte
The document that should be used to return the tracked changes. - id
- Type: SystemInt32
Specifies the id of the tracked changes that should be removed. - accept
- Type: SystemBoolean
Specifies whether the tracked changed should be accepted or not (reject).
Return Value
Type:
TrackedChangeModifiedDocumentSee Also