The following code modifies the page transform and then adds a
grid to show how the transform has affected the page.
Set theDoc = CreateObject("ABCpdf11.Doc")
theDoc.Page = theDoc.AddPage
theDoc.Transform.Rotate 20, 100, 100
theDoc.AddGrid
theDoc.Save "c:\mypdfs\docaddgrid.pdf"

docaddgrid.pdf
|