PdfArrayArrayElements ClassTerminal Works - PDF Printing.Net Library
Represents the elements of an PdfArray.
Inheritance Hierarchy

SystemObject
  PdfEdit.PdfPdfArrayArrayElements

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public sealed class ArrayElements : IList<PdfItem>, 
	ICollection<PdfItem>, IEnumerable<PdfItem>, IEnumerable, 
	ICloneable

The PdfArrayArrayElements type exposes the following members.

Methods

  NameDescription
Public methodAdd
Appends the specified object to the array.
Public methodClear
Removes all items from the array.
Public methodClone
Creates a shallow copy of this object.
Public methodContains
Determines whether the specified value is in the array.
Public methodCopyTo
Copies the elements of the array to the specified array.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetArray
Gets the PdfArray with the specified index, or null, if no such object exists. If the index refers to a reference, the referenced PdfArray is returned.
Public methodGetBoolean
Converts the specified value to boolean. If the value does not exist, the function returns false. If the value is not convertible, the function throws an InvalidCastException. If the index is out of range, the function throws an ArgumentOutOfRangeException.
Public methodGetDictionary
Gets the PdfArray with the specified index, or null, if no such object exists. If the index refers to a reference, the referenced PdfArray is returned.
Public methodGetEnumerator
Returns an enumerator that iterates through the array.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetIndirectObject Obsolete.
Returns the indirect object if the value at the specified index is a PdfReference.
Public methodGetInteger
Converts the specified value to integer. If the value does not exist, the function returns 0. If the value is not convertible, the function throws an InvalidCastException. If the index is out of range, the function throws an ArgumentOutOfRangeException.
Public methodGetName
Converts the specified value to a name. If the value does not exist, the function returns the empty string. If the value is not convertible, the function throws an InvalidCastException. If the index is out of range, the function throws an ArgumentOutOfRangeException.
Public methodGetObject
Gets the PdfObject with the specified index, or null, if no such object exists. If the index refers to a reference, the referenced PdfObject is returned.
Public methodGetReal
Converts the specified value to double. If the value does not exist, the function returns 0. If the value is not convertible, the function throws an InvalidCastException. If the index is out of range, the function throws an ArgumentOutOfRangeException.
Public methodGetReference
Gets the PdfReference with the specified index, or null, if no such object exists.
Public methodGetString
Converts the specified value to string. If the value does not exist, the function returns the empty string. If the value is not convertible, the function throws an InvalidCastException. If the index is out of range, the function throws an ArgumentOutOfRangeException.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Gets the index of the specified item.
Public methodInsert
Inserts the item the specified index.
Public methodRemove
Removes the first occurrence of a specific object from the array/>.
Public methodRemoveAt
Removes the item at the specified index.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyCount
Gets the number of elements in the array.
Public propertyIsFixedSize
Returns false.
Public propertyIsReadOnly
Returns false.
Public propertyIsSynchronized
Returns false.
Public propertyItem
Gets or sets an item at the specified index.
Public propertyItems
Gets all items of this array.
Public propertySyncRoot
The current implementation return null.
Top
See Also

Reference