PDF3DViewArray

PDF3DViewArray class

Class PDF3DViewArray.

The PDF3DViewArray type exposes the following members:

Properties

NameDescription
countGets the views count.

Indexer

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

Methods

NameDescription
add(view)Adds the specified view.
remove_at(index)Removes view from views array at specified index.
remove_all()Removes all views.

See Also