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()
Public Function GetDisallowedChanges As DisallowedChange()
public:
virtual array<DisallowedChange^>^ GetDisallowedChanges() sealed
function GetDisallowedChanges();
Return Value
Type:
DisallowedChangea collection of DisallowedChange objects.
See Also