Table of Contents

Interface IPdfOcg

Namespace
iTextSharp.text.pdf
Assembly
iTextSharp.LGPLv2.Core.dll

The interface common to all layer types. @author Paulo Soares (psoares@consiste.pt)

public interface IPdfOcg

Properties

PdfObject

Gets the object representing the layer.

PdfObject PdfObject { get; }

Property Value

PdfObject

the object representing the layer

Ref

Gets the PdfIndirectReference that represents this layer.

PdfIndirectReference Ref { get; }

Property Value

PdfIndirectReference

the PdfIndirectReference that represents this layer