Click or drag to resize

ReportingCloudConvertDocument Method

This method converts a document to another format.

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

Parameters

document
Type: SystemByte
The source document data as a byte array.
returnFormat
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