Aspose::Pdf::Text::FontSourceCollection class

FontSourceCollection class

Represents font sources collection.

class FontSourceCollection : public System::Collections::Generic::ICollection<System::SharedPtr<Aspose::Pdf::Text::FontSource>>

Methods

MethodDescription
Add(const System::SharedPtr<FontSource>&) overrideAdds new font source object to the collection.
Clear() overrideClears the font source collection.
Contains(const System::SharedPtr<FontSource>&) const overrideDetermines whether an element is in the collection.
CopyTo(System::ArrayPtr<System::SharedPtr<FontSource>>, int32_t) overrideCopies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array.
Delete(System::SharedPtr<FontSource>)Deletes the font source element.
get_Count() const overrideGets the number of Font object elements actually contained in the collection.
get_IsSynchronized()Gets a value indicating whether access to the collection is synchronized (thread safe).
get_SyncRoot() constGets an object that can be used to synchronize access to the collection.
GetEnumerator() overrideReturns an enumerator for the entire collection.
idx_get(int32_t)Gets the font element at the specified index.
Remove(const System::SharedPtr<FontSource>&) overrideDeletes the font source element.

See Also