Lang Property (GcPdfDocument)
In This Topic
Gets or sets a language identifier specifying the natural language for all text in the document except where overridden by language specifications for structure elements or marked content. If this entry is absent, the language is considered unknown.
Syntax
'Declaration
Public Property Lang As System.String
public System.string Lang {get; set;}
See Also