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

In This Topic
    StrictCanonicalDecomposition Property
    In This Topic
    Gets or sets a value indicating whether to apply normalization to Singleton Decompositions and Post Composition Version precomposed characters.

    By default this property is false. If set to true, CJK compatibility ideographs can be changed to CJK unified ideographs during the normalization process.

    Syntax
    'Declaration
     
    Public Property StrictCanonicalDecomposition As System.Boolean
    public System.bool StrictCanonicalDecomposition {get; set;}
    See Also