| SignDocDocumentremovePDFA Method |
Remove PDF/A conformance.
Some operations on PDF documents (such as using standard fonts)
are not allowed in PDF/A documents. This function turns a PDF/A
document into a plain document, enabling those operations.
This function is available for PDF documents only.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void removePDFA(
int flags
)
Public Sub removePDFA (
flags As Integer
)
public:
void removePDFA(
int flags
)
member removePDFA :
flags : int -> unit
Parameters
- flags
- Type: SystemInt32
Must be 0.
See Also