PathExtractor

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

NameTypeAccessDescription
PathsIReadOnlyList<ExtractedPath>ReadExtracted paths after calling Visit().

Methods

SignatureDescription
Visit(page: Page)Extract paths from a page.

See Also