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.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
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