PDF3DViewArray.RemoveAt

PDF3DViewArray.RemoveAt method

Removes view from views array at specified index.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32The view index.

Exceptions

exceptioncondition
IndexOutOfRangeExceptionInvalid index: index should be in the range [1..n] where n equals to the views count.

See Also