Interface IPdfOCG
- All Known Implementing Classes:
PdfLayer, PdfLayerMembership
public interface IPdfOCG
The interface generalizing the layer types (PdfLayer, PdfLayerMembership).
-
Method Summary
Modifier and TypeMethodDescriptionGets thePdfIndirectReferencethat 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 thePdfIndirectReferencethat represents this layer.- Returns:
- the
PdfIndirectReferencethat represents this layer
-