Click or drag to resize

RedactDataGetRedactPage Method

Gets redaction data for the specified page number.

Namespace:  Opait.Redact
Assembly:  Opait.Redact (in Opait.Redact.dll) Version: 1.3.3.0
Syntax
C#
public RedactPage GetRedactPage(
	int pageNumber
)

Parameters

pageNumber
Type: SystemInt32
The index of the page to get redaction data for.

Return Value

Type: RedactPage
The redaction data or null if not found.
See Also