HyperWorks Desktop

*Image()

Adds an image to a page header or footer.

*Image()

Adds an image to a page header or footer.

Previous topic Next topic No expanding text in this topic  

*Image()

Adds an image to a page header or footer.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*Image("Path")

Arguments

Names

Description

 

"Path"

The path of the image file.

Example

*BeginFooter()

   *BeginRegion(0, 0, 100, 1000)

    *Image("Altair_logo.gif")

     *Text("Your Name")

     *BorderWidth(1,1,1,1)

   *EndRegion()

   *BeginRegion(100, 0, 900, 500)

     *Alignment(Center)

     *Font("Helvetica",0,0,12)

     *Text("{time} on {date}")

   *EndRegion()

*EndFooter()

Application

MotionView, HyperView, HyperGraph, TextView, and MediaView.

Context

*BeginFooter()

*BeginRegion()

Comments

The following image formats are supported: JPG, GIF(format 83), and BMP.

 

Images are fitted vertically and centered horizontally.

See also

 

*Alignment()

*BeginRegion()

*BorderWidth()

List of Preference Statements