Aspose::Pdf::Text::TextParagraph::BeginEdit method

TextParagraph::BeginEdit method

Begins the editing of the TextParagraph.

void Aspose::Pdf::Text::TextParagraph::BeginEdit()

Remarks

Improves performance of TextParagraph population. Any layout calculation is suspended until EndEdit method is invoked.

Note that method invoke can’t be nested.

See Also