API Reference
Class
PdfLogicalTextBlock
Line-level text block extracted from a PDF page.
Inheritance
- Object
- PdfLogicalTextBlock
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method PdfDocumentReader.TextBlocks
- Method PdfDocumentReader.TextBlocks
- Method PdfDocumentReader.TextBlocks
- Method PdfDocumentReader.TextBlocks
- Method PdfDocumentReader.TryTextBlocks
- Method PdfDocumentReader.TryTextBlocks
- Method PdfDocumentReader.TryTextBlocks
- Method PdfDocumentReader.TryTextBlocks
- Property PdfLogicalDocument.TextBlocks
- Property PdfLogicalHeading.Line
- Property PdfLogicalListItem.Line
- Property PdfLogicalPage.TextBlocks
- Property PdfLogicalParagraph.Lines
Inherited Methods
Properties
public virtual Int32 PageNumber { get; } #public virtual PdfLogicalElementKind Kind { get; } #public String Text { get; } #Extracted text for the line-level block.
public Double XStart { get; } #Leftmost X coordinate in PDF points.
public Double XEnd { get; } #Rightmost X coordinate in PDF points.
public Double BaselineY { get; } #Baseline Y coordinate in PDF points from the bottom of the page.
public Double FontSize { get; } #Largest font size represented by this line-level block.
public Int32 SpanCount { get; } #Number of text spans merged into this block.