API Reference
Class
PdfRedactionArea
Rectangle requested for redaction planning, using PDF point coordinates from the page bottom-left.
Inheritance
- Object
- PdfRedactionArea
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 PdfRedactionMatch.Area
- Property PdfRedactionPlan.Areas
Accepted by parameters
- Method PdfDocument.ApplyRedactions
- Method PdfDocument.PlanRedactions
- Method PdfDocument.TryApplyRedactions
Constructors
public PdfRedactionArea(Int32 pageNumber, Double x, Double y, Double width, Double height, String label = null) #Creates a redaction area.
Parameters
- pageNumber System.Int32
- x System.Double
- y System.Double
- width System.Double
- height System.Double
- label System.String = null
Inherited Methods
Properties
public Int32 PageNumber { get; } #One-based page number.
public Double X { get; } #Left coordinate in PDF points.
public Double Y { get; } #Bottom coordinate in PDF points.
public Double Width { get; } #Rectangle width in PDF points.
public Double Height { get; } #Rectangle height in PDF points.
public String Label { get; } #Optional caller label.
public Double Right { get; } #Right coordinate in PDF points.
public Double Top { get; } #Top coordinate in PDF points.