public class VectorGraphicsAbsorber extends Object
Represents an absorber object of vector graphics elements.
Performs vector graphics search and provides access to search results via VectorGraphicsAbsorber.SubPaths
(getSubPaths()
) collection.
Constructor and Description |
---|
VectorGraphicsAbsorber() |
Modifier and Type | Method and Description |
---|---|
SubPathCollection |
getSubPaths()
Gets collection of search occurrences that are presented with
SubPath objects. |
void |
visit(Page page)
Performs search on the specified page.
|
public final SubPathCollection getSubPaths()
Gets collection of search occurrences that are presented with SubPath
objects.
public final void visit(Page page)
Performs search on the specified page.
page
- PDF document page object.Copyright © 2023 Aspose. All Rights Reserved.