Class FontAbsorber
FontAbsorber class
Represents an absorber object of fonts. Performs search for fonts and provides access to search results via Fonts collection.
public class FontAbsorber
Constructors
Properties
| Name | Description |
|---|
| Fonts { get; } | Gets collection of search occurrences that are presented with Font objects. |
Methods
| Name | Description |
|---|
| virtual Visit(Document) | Performs search on the specified document. |
| virtual Visit(Document, int, int) | Performs search in the specified range of pages of the document. |
See Also