Hi,
is there a possibility to create a Layer (which we can turn on/off) in front of an active 3d-area? Or has the 3d-area the highest priority to be shown?
In case I want to bind some helping text as a layer in my 3d-pdf and this will be directly behind the 3d-area. So it is always not visible :/
One opportunity is to make a non-active and non-visible button with the text included as a symbol (*.jpg) but this will enlarge the file.
Is there another way to get it in front?
Greetings
floG
Use the Document - Watermark - Add menu item to add your layer, presumably from another PDF file - [b]Make sure "keep position and size.." is turned off on the appearance options before loading your watermark layer or it won't appear in front[/b].
To turn off the watermark layer using a button or link on the PDF; set it to "Run a JavaScript" and enter the below:
same idea to turn it on again, using state = true.
You can promote a watermark into the layers sidebar too, but that involves application-level scripting - let me know if you want an example of how to do that.