PDFPageContentAnalyzer¶
Namespace: O2S.Components.PDF4NET.Content.Analyzers
Defines a read-only analyzer for page content streams.
Inheritance Object → PDFPageContentAnalyzer
Constructors¶
PDFPageContentAnalyzer(PDFPage)¶
Initializes a new PDFPageContentAnalyzer object.
Parameters
page PDFPage
The page whose content will be parsed.
Methods¶
RunAnalysis(PDFPageContentAnalysis)¶
Runs the specified analysis on the page content.
Parameters
contentAnalysis PDFPageContentAnalysis
The analyzer to run to the page content stream.