Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / UseOldScriptTags Property

In This Topic
    UseOldScriptTags Property
    In This Topic
    Gets or sets a value indicating whether the following scripts should use their old tags: Bengali, Devanagari, Gujarati, Gurmukhi, Kannada, Malayalam, Myanmar, Odia, Tamil, Telugu. The default is false.
    Syntax
    'Declaration
     
    Public Property UseOldScriptTags As System.Boolean
    public System.bool UseOldScriptTags {get; set;}
    See Also