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
| Parameter | Type | Description |
|---|---|---|
| item | const System::SharedPtr<FontSubstitution>& | FontSubstitution object to delete. |
ReturnValue
True - if element removed; otherwise, false.
See Also
- Typedef SharedPtr
- Class FontSubstitution
- Class FontSubstitutionCollection
- Namespace Aspose::Pdf::Text
- Library Aspose.PDF for C++