Table of Contents

Class PdfTransparencyGroup

Namespace
iText.Kernel.Pdf.Xobject
Assembly
itext.kernel.dll
public class PdfTransparencyGroup : PdfObjectWrapper<PdfDictionary>
Inheritance
PdfTransparencyGroup
Inherited Members

Constructors

PdfTransparencyGroup()

public PdfTransparencyGroup()

Methods

IsWrappedObjectMustBeIndirect()

protected override bool IsWrappedObjectMustBeIndirect()

Returns

bool

Put(PdfName, PdfObject)

public virtual PdfTransparencyGroup Put(PdfName key, PdfObject value)

Parameters

key PdfName
value PdfObject

Returns

PdfTransparencyGroup

SetColorSpace(PdfArray)

public virtual void SetColorSpace(PdfArray colorSpace)

Parameters

colorSpace PdfArray

SetColorSpace(PdfName)

public virtual void SetColorSpace(PdfName colorSpace)

Parameters

colorSpace PdfName

SetIsolated(bool)

Determining the initial backdrop against which its stack is composited.

public virtual void SetIsolated(bool isolated)

Parameters

isolated bool

defines whether the I flag will be set or removed

SetKnockout(bool)

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

public virtual void SetKnockout(bool knockout)

Parameters

knockout bool

defines whether the K flag will be set or removed