Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextFormat Class / TreatHyphenMinusAsHyphen Property

In This Topic
    TreatHyphenMinusAsHyphen Property
    In This Topic
    Gets or sets a value indicating whether the character 'HYPHEN-MINUS' (U+002D) is treated as the character 'HYPHEN' (U+2010) by the Unicode line breaking algorithm.
    Syntax
    'Declaration
     
    Public Property TreatHyphenMinusAsHyphen As System.Boolean
    public System.bool TreatHyphenMinusAsHyphen {get; set;}
    See Also