Package com.itextpdf.kernel.pdf.layer
Interface IPdfOCG
- All Known Implementing Classes:
-
PdfLayer
,PdfLayerMembership
public interface IPdfOCG
The interface generalizing the layer types (PdfLayer, PdfLayerMembership).
-
Method Summary
Modifier and TypeMethodDescriptionGets thePdfIndirectReference
that represents this layer.Gets the object representing the layer.
-
Method Details
-
getPdfObject
PdfDictionary getPdfObject()Gets the object representing the layer.- Returns:
- the object representing the layer
-
getIndirectReference
PdfIndirectReference getIndirectReference()Gets thePdfIndirectReference
that represents this layer.- Returns:
-
the
PdfIndirectReference
that represents this layer
-