PathExtractor
Overview
PathExtractor is a class in Aspose.PDF FOSS for .NET.
Extracts vector paths from PDF page content streams.
This class provides 1 method for working with PathExtractor objects in .NET programs.
Available methods include: Visit.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: Paths.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Paths | IReadOnlyList<ExtractedPath> | Read | Extracted paths after calling Visit(). |
Methods
| Signature | Description |
|---|---|
Visit(page: Page) | Extract paths from a page. |