PDFLayerRenderTarget Enumeration
In This Topic
Specifies the supported options for handling layer visibility when converting PDF pages to images.
Members
Member | Description |
ALL_CONTENT | All page content is rendered no matter the layers visibility status. |
EXPORT | Only the layers that can be exported are included in the rendered content. |
PRINT | Only the layers that can be printed are included in the rendered content. |
VIEW | Only the layers that can be viewed are included in the rendered content. |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.o2sol.pdf4java.render.PDFLayerRenderTarget
See Also