Form Field Z-Order

The PDF Creator .NET Library enables you to create secure PDF documents on the fly and to view, print and process existing PDF documents. If you have any questions about PDF Creator .Net, please post them here.
Post Reply
jnadler
Posts: 7
Joined: Sun Sep 25 2005

Form Field Z-Order

Post by jnadler »

I have a PDF with form fields in it. In Acrobat Reader, the form fields (text boxes) are always 'on top' of all the other elements in the document. This is the intended rendering.

In PDFCreator .NET, the form field renders 'on top' of the other objects only when it has the focus. When it loses the focus, the form field moves 'behind' the other elements which are rendered on top of it.

Is there any way to fix this? For example, can I set an IACObject to be always 'on top' via code?

Thanks,

Jeff
Post Reply