Aspose::Pdf::Text::TextState::ApplyChangesFrom method

TextState::ApplyChangesFrom method

Applies settings from another textState.

virtual void Aspose::Pdf::Text::TextState::ApplyChangesFrom(const System::SharedPtr<TextState> &textState)
ParameterTypeDescription
textStateconst System::SharedPtr<TextState>&Text state object.

Remarks

Only those properties will be copied that were changed explicitly.

See Also