Click or drag to resize

VerificationOptionsEnableTrustVerification Method

Sets a flag that can turn on or off the verification of the trust status of a digital signature.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void EnableTrustVerification(
	bool in_on_or_off
)

Parameters

in_on_or_off
Type: SystemBoolean
in_on_or_off -- A boolean.
See Also