C#
VB
C++
Removes a TargetVideoFormat item at the specified index from the collection.
public void RemoveAt(
int index
)
Public Sub RemoveAt( _
ByVal index As Integer _
)
public:
void RemoveAt(
int index
)
index
The zero-based index of the item to remove.
Removes the TargetVideoFormat item specified by the index. 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