| SignDocDocumentremoveXFA Method |
Remove XFA (XML Forms Architecture) content.
SignDoc SDK does not support XFA (XML Forms Architecture) and
therefore addSignature(), addField(), applyFdf(), and setField()
remove XFA from the document to avoid descrepancies between
"classic" form fields and XFA. This function is available for
PDF documents only.
You can also remove XFA content by calling this function. It
will fail if the document prohibits removal of XFA (removing
XFA from signed documents breaks signatures).
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
Syntaxpublic void removeXFA(
int flags
)
Parameters
- flags
- Type: SystemInt32
Must be 0.
See Also