Table of Contents

Class PdfCieBasedCs

Namespace
iText.Kernel.Pdf.Colorspace
Assembly
itext.kernel.dll
public abstract class PdfCieBasedCs : PdfColorSpace
Inheritance
PdfCieBasedCs
Derived
Inherited Members

Constructors

PdfCieBasedCs(PdfArray)

protected PdfCieBasedCs(PdfArray pdfObject)

Parameters

pdfObject PdfArray

Methods

Flush()

To manually flush a PdfObject behind this wrapper, you have to ensure that this object is added to the document, i.e. it has an indirect reference.

public override void Flush()

Remarks

To manually flush a PdfObject behind this wrapper, you have to ensure that this object is added to the document, i.e. it has an indirect reference. Basically this means that before flushing you need to explicitly call MakeIndirect(PdfDocument). For example: wrapperInstance.makeIndirect(document).flush(); Note that not every wrapper require this, only those that have such warning in documentation.

IsWrappedObjectMustBeIndirect()

protected override bool IsWrappedObjectMustBeIndirect()

Returns

bool