Class: TextDiffOptions

Core.PDFNet.PDFDoc. TextDiffOptions


new TextDiffOptions()

Options for PDFNet.PDFDoc.appendTextDiffDocOpt

Methods


addIgnoreZonesForPage(regions, page_num)

Adds a collection of ignorable regions for the given page, an optional list of page areas not to be included in analysis
Parameters:
Name Type Description
regions Array.<Core.PDFNet.Rect> the zones to be added to the ignore list
page_num number the page number the added regions belong to
Returns:
this object, for call chaining
Type
Core.PDFNet.PDFDoc.TextDiffOptions