Item

PDF3DViewArray indexer

Obtient ou définit lePDF3DView pour afficher le tableau à l’index spécifié.

public PDF3DView this[int index] { get; set; }
ParamètreLa description
indexL’index.

Return_Value

PDF3DView.

Exceptions

exceptioncondition
IndexOutOfRangeExceptionIndex non valide : l’index doit être compris dans la plage [1..n] où n est égal au nombre de vues.

Voir également