What it does
Stores information about results of classification of the page.Properties
Name | Type | Access | Description |
|---|---|---|---|
MatchedSections | string | Read-only | The list of sections that can be matched. Contains entries in the form of <Document Definition Name>\<Section Name> divided by semicolon. This unmodified list can be passed to the IMatchingInfo object as the DefinitionsList parameter (IMatchingInfo::DefinitionsList). To pass these results to a matching script, see Pass classification results to a Before matching script below. |
PageType | Read-only | The type of the page |
Pass classification results to a Before matching script
To pass the matched-sections list to the Before matching script as theIMatchingInfo DefinitionsList parameter:
- Create a custom stage based on script.
- In this stage, write a script which classifies pages and writes classification results to registration parameters.
- In the Before matching script, write the code which uses classification results from the registration parameter if the registration parameter is specified.
