Aspose::Pdf::PdfFormatConversionOptions::set_AlignText method

PdfFormatConversionOptions::set_AlignText method

This flag controls text alignment in converted document. By default document conversion doesn’t affect text alignment and leave text as is. But in some cases font substitution causes text overlapping or extra spaces in converted document. When this flag is set special alignment operations will be performed. This flag should be set only for documents which have problems with overlapped text or extra text spaces cause using of this flag decrease performance and in some cases could corrupt text content.

void Aspose::Pdf::PdfFormatConversionOptions::set_AlignText(bool value)

See Also