API Reference
Class
PdfTextMatch
One located text occurrence in PDF user space.
Inheritance
- Object
- PdfTextMatch
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 PdfDocumentTextEditor.Find
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 PageNumber { get; } #One-based page number.
public String Text { get; } #Matched source text.
public Double X { get; } #Left coordinate in PDF points.
public Double Y { get; } #Bottom coordinate in PDF points.
public Double Width { get; } #Width in PDF points.
public Double Height { get; } #Height in PDF points.
public Double FontSize { get; } #Source font size.
public PdfStandardFont SuggestedFont { get; } #Closest standard PDF font for replacement text.
public String SourceFont { get; } #Original PDF base-font name when available.
public PdfColor Color { get; } #Source text color.
public Double RotationDegrees { get; } #Source baseline rotation.