ContentVisitor
Overview
ContentVisitor is a interface in Aspose.PDF FOSS for TypeScript.
This interface declares 3 methods for ContentVisitor objects in TypeScript programs.
Available methods include: glyph, image, path.
All public members are accessible to any TypeScript application after installing the Aspose.PDF FOSS for TypeScript package.
Methods
| Signature | Description |
|---|---|
glyph(e: GlyphEvent) | Calls glyph(e) on this ContentVisitor instance. |
image(e: ImageEvent) | Calls image(e) on this ContentVisitor instance. |
path(e: PathEvent) | Calls path(e) on this ContentVisitor instance. |