Aspose::Pdf::Text::FontSubstitutionCollection::Remove method

FontSubstitutionCollection::Remove method

Deletes the font substitution element.

bool Aspose::Pdf::Text::FontSubstitutionCollection::Remove(const System::SharedPtr<FontSubstitution> &item) override
ParameterTypeDescription
itemconst System::SharedPtr<FontSubstitution>&FontSubstitution object to delete.

ReturnValue

True - if element removed; otherwise, false.

See Also