Class PdfSpecialCs.UncoloredTilingPattern
- Namespace
- iText.Kernel.Pdf.Colorspace
- Assembly
- itext.kernel.dll
public class PdfSpecialCs.UncoloredTilingPattern : PdfSpecialCs.Pattern
- Inheritance
-
PdfSpecialCs.UncoloredTilingPattern
- Inherited Members
Constructors
UncoloredTilingPattern(PdfColorSpace)
public UncoloredTilingPattern(PdfColorSpace underlyingColorSpace)
Parameters
underlyingColorSpace
PdfColorSpace
UncoloredTilingPattern(PdfArray)
public UncoloredTilingPattern(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.
GetNumberOfComponents()
public override int GetNumberOfComponents()
Returns
GetUnderlyingColorSpace()
public virtual PdfColorSpace GetUnderlyingColorSpace()
Returns
IsWrappedObjectMustBeIndirect()
protected override bool IsWrappedObjectMustBeIndirect()