C
Carlos Rodriguez
Has anyone be able to remove the signatures programmaticallly and not to
have the need on pressing the menu button Remove Signatures for the controls
signed to be editable again?
I'm able to remove the signatures :
.....
XPathNavigator sigNode = oSignature.SignatureBlockXmlNode;
if (sigNode != null)
sigNode.DeleteSelf();
but I need to close and reopen the form in order to edit the fields that
were signed
or click the remove signatures menu bar button
have the need on pressing the menu button Remove Signatures for the controls
signed to be editable again?
I'm able to remove the signatures :
.....
XPathNavigator sigNode = oSignature.SignatureBlockXmlNode;
if (sigNode != null)
sigNode.DeleteSelf();
but I need to close and reopen the form in order to edit the fields that
were signed
or click the remove signatures menu bar button