API Reference
Class
PdfUnderstandingPageContext
Page and option context shared by understanding stages.
Inheritance
- Object
- PdfUnderstandingPageContext
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Inherited Methods
Properties
public PdfReadPage Page { get; } #Parsed source page.
public Int32 PageNumber { get; } #One-based source page number.
public Double Width { get; } #Page width in PDF points.
public Double Height { get; } #Page height in PDF points.
public PdfTextLayoutOptions LayoutOptions { get; } #Layout options supplied to the pipeline.