| SignDocDocumentsetDefaultDocumentLanguage Method |
Set the language identifier to be used if a language identifier
is required but the document doesn't provide one.
If this function is not called, "en" will be used.
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.7023.29499
Syntaxpublic void setDefaultDocumentLanguage(
string lang
)
Parameters
- lang
- Type: SystemString
The natural language for the document
(an RFC 3066 language tag). Must be neither
null nor an empty string. Example: "en-US".
See Also