Property NormalizePresentationForms
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
NormalizePresentationForms
Gets or sets a value indicating whether to normalize codepoints from Alphabetic and Arabic Presentation Forms.
public bool NormalizePresentationForms { get; set; }
Property Value
- bool
true
to normalize codepoints from presentation forms;false
otherwise.
Remarks
Default value: true
.
When UseBidi property is equal to true
, normalization happens
after reordering characters according to the logical order.
PDF documents often map text to Unicode codepoints from Arabic Presentation Forms. This property controls whether to convert such codepoints to the corresponding canonical forms.
This property affects codepoints from the following Unicode blocks:
- Arabic Presentation Forms-A.
- Arabic Presentation Forms-B.
- Alphabetic Presentation Forms, except Latin and Armenian codepoints from the U+FB00-U+FB17 range.