PrintDocument for WPF | ComponentOne
C1.WPF.PrintDocument.4.5.2 Assembly / C1.C1Preview.Scripting Namespace / ScriptingOptions Class / Language Property

In This Topic
    Language Property
    In This Topic
    Gets or sets a value indicating which language is used in scripts attached to the document.
    Syntax
    'Declaration
     
    Public Property Language As ScriptLanguageEnum
    public ScriptLanguageEnum Language {get; set;}
    See Also