iText 8.0.5 API
iText.Kernel.Pdf.Layer.IPdfOCG Interface Reference

The interface generalizing the layer types (PdfLayer, PdfLayerMembership). More...

Inheritance diagram for iText.Kernel.Pdf.Layer.IPdfOCG:
iText.Kernel.Pdf.Layer.PdfLayer iText.Kernel.Pdf.Layer.PdfLayerMembership

Public Member Functions

PdfDictionary  GetPdfObject ()
  Gets the object representing the layer. More...
 
PdfIndirectReference  GetIndirectReference ()
  Gets the PdfIndirectReference that represents this layer. More...
 

Detailed Description

The interface generalizing the layer types (PdfLayer, PdfLayerMembership).

Member Function Documentation

◆ GetIndirectReference()

PdfIndirectReference iText.Kernel.Pdf.Layer.IPdfOCG.GetIndirectReference ( )

Gets the PdfIndirectReference that represents this layer.

Returns
the PdfIndirectReference that represents this layer

Implemented in iText.Kernel.Pdf.Layer.PdfLayer, and iText.Kernel.Pdf.Layer.PdfLayerMembership.

◆ GetPdfObject()

PdfDictionary iText.Kernel.Pdf.Layer.IPdfOCG.GetPdfObject ( )

Gets the object representing the layer.

Returns
the object representing the layer