Remove()

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

Removes the specified closed captions from the collection.

virtual void Aspose::Slides::ICaptionsCollection::Remove(System::SharedPtr<ICaptions> captions)=0

Arguments

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

See Also