HTML Image Map .HTM .HTML Export Automation Options

Since the Export Options dialog is not displayed when the program is driven from an automation script, an options string can be specified in the script. The string consists of comma-separated parameters, which specify the behavior of the various export options. A typical example would be:

 

 "Defaults=1,AllAreas=1"

 

This would first set all export options to their default values, then specify that all polygons without URL information have #seq links in the HTM file.

 

Option

Action

Default

Description

WidthLimit

N

640

A value in pixels to specify the maximum image width.

HeightLimit

N

640

A value in pixels to specify the maximum image height.

AllAreas

0 = No

1 = Yes

0

When the value is 0, links are not generated for polygons without a specified hyperlink. When the value is 1, links are generated, in the form of #seq1, #seq2, etc., for polygons without hyperlinks.

ScalingSource

0 = previously saved

1 = application-supplied

1

Use previously saved or application-supplied scaling source.

SaveScalingInfo

0 = No

1 = Yes

0

Save scaling parameters for later use.

PageLLX

N.N

 

Set application page rectangle lower left X value.

PageLLY

N.N

 

Set application page rectangle lower left Y value.

PageURX

N.N

 

Set application page rectangle upper right X value.

PageURY

N.N

 

Set application page rectangle upper right Y value.

FileLLX

N.N

 

Set scaling rectangle lower left X value.

FileLLY

N.N

 

Set scaling rectangle lower left Y value.

FileURX

N.N

 

Set scaling rectangle upper right X value.

FileURY

N.N

 

Set scaling rectangle upper right Y value.

 

 

See Also

HTML Image Map File Description

HTML Export Options Dialog