API Reference
Class
PdfLogicalParagraph
Heuristic paragraph group built from nearby line-level text blocks.
Inheritance
- Object
- PdfLogicalParagraph
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
- Property PdfDocumentReadResult.Paragraphs
- Property PdfLogicalPage.Paragraphs
- Property PdfLogicalParagraphContinuationGroup.Segments
- Property PdfLogicalSection.Paragraphs
Accepted by parameters
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 PageNumber { get; } #One-based source page number.
public String Text { get; } #Paragraph text with grouped lines joined by spaces.
public IReadOnlyList<PdfLogicalTextBlock> Lines { get; } #Line-level blocks that make up this paragraph.
public Double XStart { get; } #Leftmost X coordinate in PDF points.
public Double XEnd { get; } #Rightmost X coordinate in PDF points.
public Double YTop { get; } #Top baseline Y coordinate in PDF points.
public Double YBottom { get; } #Bottom baseline Y coordinate in PDF points.