PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render Package / PDFLayerRenderTarget Enumeration
In This Topic
    PDFLayerRenderTarget Enumeration
    In This Topic
    Specifies the supported options for handling layer visibility when converting PDF pages to images.
    Members
    MemberDescription
    ALL_CONTENTAll page content is rendered no matter the layers visibility status.
    EXPORTOnly the layers that can be exported are included in the rendered content.
    PRINTOnly the layers that can be printed are included in the rendered content.
    VIEWOnly 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