Represents an array of objects in a PDF content stream.
Inheritance Hierarchy
PdfEdit.Pdf.Content.ObjectsCObject
PdfEdit.Pdf.Content.ObjectsCSequence
PdfEdit.Pdf.Content.ObjectsCArray
Namespace: PdfEdit.Pdf.Content.Objects
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
The CArray type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CArray | Initializes a new instance of the CArray class |
Methods
Name | Description | |
---|---|---|
Add(CObject) |
Adds the specified value add the end of the sequence.
(Inherited from CSequence.) | |
Add(CSequence) |
Adds the specified sequence.
(Inherited from CSequence.) | |
Clear |
Removes all elements from the sequence.
(Inherited from CSequence.) | |
Clone |
Creates a new object that is a copy of the current instance.
| |
Contains |
Determines whether the specified value is in the sequence.
(Inherited from CSequence.) | |
Copy |
Implements the copy mechanism of this class.
(Overrides CSequenceCopy.) | |
CopyTo |
Copies the elements of the sequence to the specified array.
(Inherited from CSequence.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through the sequence.
(Inherited from CSequence.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf |
Returns the index of the specified value in the sequence or -1, if no such value is in the sequence.
(Inherited from CSequence.) | |
Insert |
Inserts the specified value in the sequence.
(Inherited from CSequence.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove |
Removes the specified value from the sequence.
(Inherited from CSequence.) | |
RemoveAt |
Removes the value at the specified index from the sequence.
(Inherited from CSequence.) | |
ToContent |
Converts the sequence to a PDF content stream.
(Inherited from CSequence.) | |
ToString |
Returns a string that represents the current value.
(Overrides CSequenceToString.) |
Properties
Name | Description | |
---|---|---|
Count |
Gets the number of elements contained in the sequence.
(Inherited from CSequence.) | |
Item |
Gets or sets a CObject at the specified index.
(Inherited from CSequence.) |
See Also