C#
VB
C++
Removes a TargetVideoFormat item from the collection.
public bool Remove(
TargetVideoFormat item
)
Public Function Remove( _
ByVal item As Leadtools.Mediafoundation.TargetVideoFormat _
) As Boolean
public:
bool Remove(
Leadtools.Mediafoundation.TargetVideoFormat^ item
)
item
The TargetVideoFormat to be removed.
System.Boolean
Removes the specified TargetVideoFormat item. Predefined read-only formats cannot be removed. If the method fails, an error is raised. For more information, refer to the Error Codes.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET