VerificationOptionsEnableModificationVerification Method |
Sets a flag that can turn on or off the verification of the permissibility of any modifications made to the document after the signing of the digital signature being verified, in terms of the document and field permissions specified by the digital signature being verified.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void EnableModificationVerification(
bool in_on_or_off
)
Public Sub EnableModificationVerification (
in_on_or_off As Boolean
)
public:
virtual void EnableModificationVerification(
[InAttribute] bool in_on_or_off
) sealed
function EnableModificationVerification(in_on_or_off);
Parameters
- in_on_or_off
- Type: SystemBoolean
in_on_or_off -- A boolean.
See Also