Click or drag to resize

TextDiffOptionsAddIgnoreZonesForPage Method

Adds a collection of ignorable regions for the given page Optional list of page areas that will be not be processed

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public TextDiffOptions AddIgnoreZonesForPage(
	RectCollection regions,
	int pageNum
)

Parameters

regions
Type: pdftron.PDFRectCollection
a RectCollection -- optional list of page areas to be excluded from analysis
pageNum
Type: SystemInt32
the page number the added regions belong to

Return Value

Type: TextDiffOptions

[Missing <returns> documentation for "M:pdftron.PDF.TextDiffOptions.AddIgnoreZonesForPage(pdftron.PDF.RectCollection,System.Int32)"]

See Also