transferEncoding

Specifies the encoding of binary content in the referenced document.

Syntax

Reference_Syntax.transferEncoding = "none | base64"

Values

Type

Values

String

  • none (default)

  • base64

The referenced document is not encoded. If the referenced document is specified via a URI then it will be transferred as a byte stream. If the referenced document is inline it must conform to the restrictions on the PCDATA data type.

  • base64

The binary content is encoded in accordance with the base64 transfer encoding standard.

Version

XFA 2.1

// Ethnio survey code removed