Class PdfArray
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Pdf
Assembly: TelerikData.dll
Syntax
public class PdfArray : PdfObject, IEnumerable
Constructors
PdfArray()
Declaration
public PdfArray()
PdfArray(PdfObjectId)
Properties
Count
Declaration
public int Count { get; }
Property Value
System.Int32
|
Item[Int32]
Declaration
public PdfObject this[int index] { get; set; }
Parameters
System.Int32
index
|
Property Value
PdfObject
|
Methods
Add(PdfObject)
AddArray(Array)
Declaration
public void AddArray(Array data)
Parameters
System.Array
data
|
Clear()
Declaration
public void Clear()
Contains(PdfObject)
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
System.Collections.IEnumerator
|
Implements
System.Collections.IEnumerable.GetEnumerator()
IndexOf(PdfObject)
Insert(Int32, PdfObject)
Declaration
public void Insert(int index, PdfObject value)
Parameters
System.Int32
index
|
PdfObject
value
|
Remove(PdfObject)
RemoveAt(Int32)
Declaration
public void RemoveAt(int index)
Parameters
System.Int32
index
|