API Reference
Class
PdfPageInteractionRegion
Selectable text or an interactive PDF page region.
Inheritance
- Object
- PdfPageInteractionRegion
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 PdfPageInteractionMap.HitTest
- Method PdfPageInteractionMap.SelectText
- Property PdfPageInteractionMap.Regions
- Property PdfPageInteractionMap.TextRegions
Inherited Methods
Properties
public PdfInteractionKind Kind { get; } #Region kind.
public PdfSelectionQuad Quad { get; } #Visual top-left page-coordinate quad.
public String Text { get; } #Unicode text element for text regions.
public String Target { get; } #Link URI, destination, named action, or remote target summary.
public String Subtype { get; } #Annotation subtype when applicable.
public String FieldName { get; } #Fully qualified form field name when applicable.
public Nullable<Int32> ObjectNumber { get; } #Indirect annotation or widget object number when known.
public Int32 TextIndex { get; } #Zero-based text-element index on the page, or -1 for non-text regions.