Skip to content

PDFPageContentAnalyzer

Namespace: O2S.Components.PDF4NET.Content.Analyzers

Defines a read-only analyzer for page content streams.

public class PDFPageContentAnalyzer

Inheritance ObjectPDFPageContentAnalyzer

Constructors

PDFPageContentAnalyzer(PDFPage)

Initializes a new PDFPageContentAnalyzer object.

public PDFPageContentAnalyzer(PDFPage page)

Parameters

page PDFPage
The page whose content will be parsed.


Methods

RunAnalysis(PDFPageContentAnalysis)

Runs the specified analysis on the page content.

public void RunAnalysis(PDFPageContentAnalysis contentAnalysis)

Parameters

contentAnalysis PDFPageContentAnalysis
The analyzer to run to the page content stream.