Click or drag to resize

PdfTaggedContent SetLanguage Method

Set the natural language for all text in the document. A Language-Tag as defined in RFC 3066, Tags for the Identification of Languages.

Namespace: Spire.Pdf.Interchange.TaggedPdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void SetLanguage(
	string language
)

Parameters

language
Type: System String
See Also