| 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 public RedactPage GetRedactPage(
int pageNumber
)
Parameters
- pageNumber
- Type: SystemInt32
The index of the page to get redaction data for.
Return Value
Type:
RedactPageThe redaction data or null if not found.
See Also