Click or drag to resize

RedactDataUpdateRedaction Method

Updates the bounding rectangle of the specified redaction item.

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

Parameters

item
Type: Opait.RedactRedactItem
The redaction item to update.
bounds
Type: Opait.Pdf.ApiPdfRectangle
The new bounding rectangle for the redaction item.
See Also