API Reference
Class
PdfRedactionMatch
Content intersecting a requested redaction area.
Inheritance
- Object
- PdfRedactionMatch
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 PdfRedactionPlan.Matches
Inherited Methods
Properties
public PdfRedactionMatchKind Kind { get; } #Matched content kind.
public PdfRedactionArea Area { get; } #Requested redaction area that produced the match.
public Int32 PageNumber { get; } #One-based page number.
public Double X { get; } #Matched content left coordinate in PDF points.
public Double Y { get; } #Matched content bottom coordinate in PDF points.
public Double Width { get; } #Matched content width in PDF points.
public Double Height { get; } #Matched content height in PDF points.
public String Text { get; } #Matched text, when available.
public String Subtype { get; } #Annotation subtype, when matching an annotation.
public Nullable<Int32> ObjectNumber { get; } #Related PDF object number, when known.
public String ResourceName { get; } #Related PDF resource name, when matching an image placement.