API Reference
Class
PdfRegionText
Text and dominant style detected inside a page region.
Inheritance
- Object
- PdfRegionText
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Text { get; } #Text assembled in visual line order.
public IReadOnlyList<PdfTextSpan> Spans { get; } #Source spans selected by the region.
public PdfStandardFont SuggestedFont { get; } #Closest standard PDF font for replacement text.
public String SourceFont { get; } #Original PDF base-font name when available.
public Double FontSize { get; } #Dominant font size in points.
public PdfColor Color { get; } #Dominant text color.
public Double RotationDegrees { get; } #Dominant baseline rotation in degrees.
public Double BaselineX { get; } #Baseline X coordinate used for style-preserving replacement.
public Double BaselineY { get; } #Baseline Y coordinate used for style-preserving replacement.