Click or drag to resize
SignDocDocumentremovePermissions Method
Remove signatures that grant permissions. If you want to modify (beyond adding signature fields, signing signature fields, and filling in form fields) a PDF document that has permissions granted to Adobe Reader by digital signatures, you have to remove those signatures first by calling this function. That action will remove the permissions for Adobe Reader but enable modifying the document without breaking those signatures. Permissions granted via encryption are not altered by this function. This function is available for PDF documents only.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void removePermissions(
	int flags
)

Parameters

flags
Type: SystemInt32
Must be 0.
See Also