7.6

Table Of Contents
pdfheight( name, page ) measure value
Argument
name
String value that specifies the name of the PDF image resource.
page
Integer value that specifies the page of the PDF
Code Sample Example
This example sets the variable maxwidth to the width of page 3, and the variable maxheight to the height of page 4, of the PDF
named parts_manual.
Example
&maxwidth := pdfwidth( ‘parts_manual’,3 )
&maxheight := pdfheight( ‘parts_manual’,4 )
PixelHeight (function)
Returns the height, in pixels, of the specified image.
Syntax
pixelheight( image ) integer
Argument
image
String value specifying the path of the file containing the image.
PixelWidth (function)
Returns the width, in pixels, of the specified image.
Syntax
pixelwidth( image ) integer
Argument
image
String value specifying the path of the file containing the image.
Pos (function)
Returns the starting position of a specified string within another string, or 0 if the specified string cannot be found.
©2010 Objectif Lune Inc - 499 -