Description
Appends a Tiff file to the document.
Syntax
Public Sub AppendTiffFile( _
ByVal TiffFile As Variant, _
Optional ByVal StartImage As Long = 1, _
Optional ByVal Count As Long = -1 _
)
Parameters
- TiffFile
- The file path of the Tiff file.
- StartImage
- Page number to start importing in the Tiff file.
- Count
- Number of pages to be imported from the Tiff file.
Example
[ASP - VBScript]
<!-- METADATA TYPE="typelib" UUID="{DF9225FE-94A4-490D-8CAD-E8366CE621D3}"--> <% Dim MyDocument Set MyDocument = Server.CreateObject( "DynamicPDF.Document" ) MyDocument.AppendTiffFile Server.MapPath( "Images/fw9_03.tif" ) MyDocument.DrawToWeb Set MyDocument = Nothing %>
|
See Also
Document Object
© Copyright 2007, ceTe Software