Pdf3DCrossSectionCollection
Item Property
|
Gets or sets theat the specified index.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public Pdf3DCrossSection this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As Pdf3DCrossSection
Get
Set
public:
property Pdf3DCrossSection^ default[int index] {
Pdf3DCrossSection^ get (int index);
void set (int index, Pdf3DCrossSection^ value);
}
member Item : Pdf3DCrossSection with get, set
Parameters
-
index
-
Type:
System
Int32
Property Value
Type:
Pdf3DCrossSection
See Also