Search:     Advanced search

Add

Article ID: 180
Last updated: 23 Sep, 2010
Views: 675
Posted: 24 Jul, 2008
by Ramsey M.
Updated: 23 Sep, 2010
by Murray D.

Description:


Function Add(Filename: string): Ipage; 

Adds filename to the current job as a new page and returns a Page object for the new page.  Filename must be a supported image file type.

Code:

Delphi:
oPage := pc.pages.add('myimage.tif');

VBA:
Set oPage = pc.pages.add("myimage.tif")

Notes:

{See Also: Page Object}

IPlanCenter Heirarchy Map


PlanSwift Enterprise 8.2 or later

This article was:  
Prev  Not what you're looking for? Suggest a topic  Next
SelectedPage     Delete