Data items

The data items that ToSWFOptionsSpec variables contain.

setHeight

A double value that represents the height of the SWF file. A valid value is >=0.

setWidth

A double value that represents the width of the SWF file. A valid value is >=0.

setVersion

An enum value that represents the version with which the SWF file will be encoded. A valid value is v_1 through v_10.

setSampleX

A double value that represents the down-sampling factor of the image in x direction. A valid value is 0.0 to 1.0.

setSampleY

A double value that represents the down-sampling factor of the image in y direction. A valid value is 0.0 to 1.0.

setProcessSignatures

A boolean value that represents whether signed signature fields are processed during conversion. A valid value is true or false.

setPageRange

A string value that represents the pages to be converted to SWF. A valid value is page numbers or range separated by a comma (,). For example: 1, 5-7 means pages 1, 5, 6, and 7.

// Ethnio survey code removed