Table of Contents

Class PdfTransparencyGroup

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

The transparency group dictionary. @author Paulo Soares (psoares@consiste.pt)

public class PdfTransparencyGroup : PdfDictionary
Inheritance
PdfTransparencyGroup
Inherited Members

Constructors

PdfTransparencyGroup()

Constructs a transparencyGroup.

public PdfTransparencyGroup()

Properties

Isolated

Determining the initial backdrop against which its stack is composited.

public bool Isolated { set; }

Property Value

bool

Knockout

Determining whether the objects within the stack are composited with one another or only with the group's backdrop.

public bool Knockout { set; }

Property Value

bool