Gets or sets the at the specified index.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Pdf3DView this[
	int index
] { get; set; }
Public Default Property Item ( 
	index As Integer
) As Pdf3DView
	Get
	Set
public:
property Pdf3DView^ default[int index] {
	Pdf3DView^ get (int index);
	void set (int index, Pdf3DView^ value);
}
member Item : Pdf3DView with get, set

Parameters

index
Int32

Property Value

Pdf3DView
Pdf3DView

See Also