Table of Contents

Class McrCheckUtil

Namespace
iText.Kernel.Pdf.Tagging
Assembly
itext.kernel.dll

Class that provides methods for searching mcr in tag tree.

public sealed class McrCheckUtil
Inheritance
McrCheckUtil
Inherited Members

Methods

IsTrContainsMcr(PdfDictionary)

Checks if tag structure of TR element contains any mcr.

public static bool IsTrContainsMcr(PdfDictionary elementTR)

Parameters

elementTR PdfDictionary

PdfDictionary of TR element.

Returns

bool

true if mcr found.