FontAbsorber Class
Represents an absorber object of fonts. Performs search for fonts and provides access to search results via Fonts collection.
Inheritance Hierarchy
SystemObject
  Aspose.Pdf.TextFontAbsorber

Namespace: Aspose.Pdf.Text
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class FontAbsorber

The FontAbsorber type exposes the following members.

Constructors
  NameDescription
Public methodFontAbsorber
Initializes a new instance of the FontAbsorber class
Properties
  NameDescription
Public propertyFonts
Gets collection of search occurrences that are presented with Font objects.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodVisit(Document)
Performs search on the specified document.
Public methodVisit(Document, Int32, Int32)
Performs search in the specified range of pages of the document.
See Also