[]
Filters the by page range.
public static IFilteredDocument FilterByPageRange(this IFilteredDocument document, string range)
Type | Name | Description |
---|---|---|
IFilteredDocument | document | The document. |
string | range | The range. |
Type | Description |
---|---|
IFilteredDocument |
Get filtered document.
public static IFilteredDocument FilterByPageRange(this IFilteredDocument document, string range, IDictionary<int, int> pagesMap)
Type | Name | Description |
---|---|---|
IFilteredDocument | document | |
string | range | |
IDictionary<int, int> | pagesMap | The map to fill with the pages map which point the source page number to the page index in the filtered collection. |
Type | Description |
---|---|
IFilteredDocument |