The data items that ToSWFOptionsSpec variables contain.
setHeightA double value
that represents the height of the SWF file. A valid value is >=0.
setWidthA double value
that represents the width of the SWF file. A valid value is >=0.
setVersionAn enum value that represents
the version with which the SWF file will be encoded. A valid value
is v_1 through v_10.
setSampleXA double value
that represents the down-sampling factor of the image in x direction.
A valid value is 0.0 to 1.0.
setSampleYA double value
that represents the down-sampling factor of the image in y direction.
A valid value is 0.0 to 1.0.
setProcessSignaturesA boolean value
that represents whether signed signature fields are processed during
conversion. A valid value is true or false.
setPageRangeA 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.
|
|
|