Description
Represents an imported pages area.
For a list of all members defined in this module, see ImportedPageArea members.
Object Model
Remarks
This class represents an imported page area from a PDF document in the document where it is added to the Page.
Interfaces
| Implemented Interface | Description |
| Object | |
Example
[ASP - VBScript]
<% Dim MyDocument Set MyDocument = Server.CreateObject( "DynamicPDF.Document" ) ' Create a Page and add it to the document Dim MyPage Set MyPage = MyDocument.AddPage() ' Create a ImportedPageArea and add it to the Page Set MyPageArea = MyPage.AddImportedPageArea( Server.MapPath( "PDFs/DocumentA.pdf" ), 1, 150, 150 ) MyPageArea.SetSize 200, 200 MyPageArea.Angle = 90 MyDocument.DrawToWeb Set MyDocument = Nothing %> |
See Also
ImportedPageArea Members
© Copyright 2007, ceTe Software