VectorGraphicsAbsorber

VectorGraphicsAbsorber class

Represents an absorber object of vector graphics elements. Performs vector graphics search and provides access to search results via SubPaths collection.

public class VectorGraphicsAbsorber

Constructors

NameDescription
VectorGraphicsAbsorber()The default constructor.

Properties

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

Methods

NameDescription
Visit(Page)Performs search on the specified page.

See Also