Click or drag to resize

VerificationResultGetDisallowedChanges Method

Retrieves a list of informational structures regarding any disallowed changes that have been made to the document since the signature associated with this verification result was signed.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public DisallowedChange[] GetDisallowedChanges()

Return Value

Type: DisallowedChange
a collection of DisallowedChange objects.
See Also