Click or drag to resize

ReportingCloudAppendDocument Method

This method appends documents to a single resulting document

Namespace:  TXTextControl.ReportingCloud
Assembly:  ReportingCloudWrapper (in ReportingCloudWrapper.dll) Version: 1.0.204.500 (1.0.204.500)
Syntax
C#
public byte[] AppendDocument(
	AppendBody appendBody,
	ReturnFormat returnFormat = ReturnFormat.PDF,
	bool test = false
)

Parameters

appendBody
Type: TXTextControl.ReportingCloudAppendBody
The AppendBody object contains the documents for the append process.
returnFormat (Optional)
Type: TXTextControl.ReportingCloudReturnFormat
The document format of the resulting document.
test (Optional)
Type: SystemBoolean
Specifies whether it is a test run or not. A test run is not counted against the quota and created documents contain a watermark.

Return Value

Type: Byte
See Also