When laying out text, by default the MeasureText Windows API is used. It is precise but rather slow which may be noticeable if the document contains large amounts of text.
Setting this property to true uses the MeasureString .NET API instead. It is much faster but may result in non-optimal text layout.