Optional. The scale to use when rendering the image. Default is 100.
Adds a Image object to the Page and returns a new Image object.
Public Function AddImage( _
ByVal Image As Variant, _
ByVal X As Single, _
ByVal Y As Single, _
Optional ByVal ImageScale As Single = 100 _
) As ImageOptional. The scale to use when rendering the image. Default is 100.
A Image object.
This class can be used to place images on a page. If an image will be used more than once, please see the Image Reuse topic.
[ASP - VBScript]
<% |
© Copyright 2007, ceTe Software