Remove()

CaptionsCollection::Remove(System::SharedPtr<ICaptions>) method

Removes the specified closed captions from the collection.

void Aspose::Slides::CaptionsCollection::Remove(System::SharedPtr<ICaptions> captions) override

Arguments

ParameterTypeDescription
captionsSystem::SharedPtr<ICaptions>The closed captions to remove.

See Also