Hi, I am integrating ABCpdf into my site, and I can do some stuff quite easily 
e.g this works:


<cfobject action="create" name="theDoc" type = "COM" class="ABCpdf6.doc">
<cfset theDoc.FontSize = 96>
<cfset theDoc.AddText("Hello World")>
<cfset theDoc.Save("C:\htmlimport.pdf")>

Now I am trying to set a deeper property, the help for the product says:

Set theDoc = Server.CreateObject("ABCpdf6.Doc")
theDoc.Rect.Inset 72, 144

So, my challenge is to set 'theDoc.Rect.Inset' but it seems to error however I 
set the cfset, what should the cfset syntaxt be here?

Thank you

Jerry

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:268785
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to