PDF3DViewArray.Item

PDF3DViewArray indexer

Gets or sets the PDF3DView to view array at the specified index.

public PDF3DView this[int index] { get; set; }
ParameterDescription
indexThe index.

Return Value

PDF3DView.

Exceptions

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

See Also