Click or drag to resize
SignDocDocumentsetDocumentLanguage Method
Set the document's natural language. That language applies to all text unless overridden locally. 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
Syntax
C#
public void setDocumentLanguage(
	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