[]
        
(Showing Draft Content)

C1.C1Pdf.C1PdfDocumentBase.UseFastTextOut

UseFastTextOut Property

UseFastTextOut

Gets or sets a value indicating whether to use a faster but less precise method of laying out text when generating output.

Declaration
public bool UseFastTextOut { get; set; }
Remarks

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.