Aspose::Pdf::Plugins::PdfAOptionsBase::set_AlignText method
PdfAOptionsBase::set_AlignText method
Sets a value indicating whether additional means are necessary to preserve text alignment during the PDF/A conversion process.
void Aspose::Pdf::Plugins::PdfAOptionsBase::set_AlignText(bool value)
Remarks
true
if the text alignment gets changed and additional actions are necessary to restore it; otherwise, false
.
When set to true
, the conversion process will attempt to restore the original text segment bounds. For the most of the documents there is no need to change this property from the default false
value, as the text alignment doesn’t change during the default conversion process.
See Also
- Class PdfAOptionsBase
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++