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

NameDescription
FontAbsorber()The default constructor.

Properties

NameDescription
Fonts { get; }Gets collection of search occurrences that are presented with Font objects.

Methods

NameDescription
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