Click or drag to resize

RedactItem Constructor (Int32, PdfRectangle)

Constructor for a manually defined redaction.

Namespace:  Opait.Redact
Assembly:  Opait.Redact (in Opait.Redact.dll) Version: 1.3.3.0
Syntax
C#
public RedactItem(
	int pageNumber,
	PdfRectangle bounds
)

Parameters

pageNumber
Type: SystemInt32
The index of the page.
bounds
Type: Opait.Pdf.ApiPdfRectangle
The bounding rectangle in PDF coordinates.
See Also