Class PDF3DViewArray

PDF3DViewArray class

Class PDF3DViewArray.

public class PDF3DViewArray

Properties

NameDescription
Count { get; }Gets the views count.
Item { get; set; }Gets or sets the PDF3DView to view array at the specified index.

Methods

NameDescription
Add(PDF3DView)Adds the specified view.
RemoveAll()Removes all views.
RemoveAt(int)Removes view from views array at specified index.

See Also