Aspose::Pdf::Text::TextFragmentState::ApplyChangesFrom method

TextFragmentState::ApplyChangesFrom method

Applies settings from another textState.

void Aspose::Pdf::Text::TextFragmentState::ApplyChangesFrom(System::SharedPtr<TextState> textState) override
ParameterTypeDescription
textStateSystem::SharedPtr<TextState>Text state object.

Remarks

Only those properties will be copied that were changed explicitly.

See Also