Click or drag to resize
SignDocDocumentsetShootInFoot Method
Disable safety checks. The default value, 0, makes operations fail which would invalidate existing signatures(signature fields) or signatures granting permissions.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public void setShootInFoot(
	ShootInFootFlag flags
)

Parameters

flags
Type: de.softpro.signdocsdk.Enums.EDocumentShootInFootFlag
A set of flags, see #AllowBreakingSignatures, AllowBreakingPermissions, AllowInvalidCertificate, and #AllowNonStandardExternalFonts.
Remarks
If you set any flags you risk shooting yourself in the foot.
See Also