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
)
Public Function AddIgnoreZonesForPage (
regions As RectCollection,
pageNum As Integer
) As TextDiffOptions
public:
virtual TextDiffOptions^ AddIgnoreZonesForPage(
[InAttribute] RectCollection^ regions,
[InAttribute] int pageNum
) sealed
function AddIgnoreZonesForPage(regions, 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