AppendToVariant
Document management
Description
Appends the changed objects to a variant byte array in an incremental update.
The update must be made to the same input file from a previous call to LoadFromFile, LoadFromVariant or LoadFromStream.
The AppendMode parameter can be used to change how the update section is returned.
Either form the original input or from the input set by the SetAppendInputFromVariant function.
Syntax
Parameters
AppendMode
0 = Return original source plus the update section
1 = Return just the update section
2 = Return input data set with SetAppendInputFromVariant plus the update section