PdfSharp-WPF
1.31.7289
|
Represents an array of objects in a PDF content stream. More...
Public Member Functions | |
new CArray | Clone () |
Creates a new object that is a copy of the current instance. More... | |
override string | ToString () |
Returns a string that represents the current value. More... | |
![]() | |
new CSequence | Clone () |
Creates a new object that is a copy of the current instance. More... | |
void | Add (CSequence sequence) |
Adds the specified sequence. More... | |
void | Add (CObject value) |
Adds the specified value add the end of the sequence. More... | |
void | Clear () |
Removes all elements from the sequence. More... | |
bool | Contains (CObject value) |
Determines whether the specified value is in the sequence. More... | |
int | IndexOf (CObject value) |
Returns the index of the specified value in the sequence or -1, if no such value is in the sequence. More... | |
void | Insert (int index, CObject value) |
Inserts the specified value in the sequence. More... | |
bool | Remove (CObject value) |
Removes the specified value from the sequence. More... | |
void | RemoveAt (int index) |
Removes the value at the specified index from the sequence. More... | |
void | CopyTo (CObject[] array, int index) |
Copies the elements of the sequence to the specified array. More... | |
IEnumerator< CObject > | GetEnumerator () |
Returns an enumerator that iterates through the sequence. More... | |
byte[] | ToContent () |
Converts the sequence to a PDF content stream. More... | |
override string | ToString () |
Returns a string containing all elements of the sequence. More... | |
![]() | |
CObject | Clone () |
Creates a new object that is a copy of the current instance. More... | |
Protected Member Functions | |
override CObject | Copy () |
Implements the copy mechanism of this class. More... | |
![]() | |
CObject () | |
Initializes a new instance of the CObject class. More... | |
Additional Inherited Members | |
![]() | |
CObject | this[int index] [get, set] |
Gets or sets a CObject at the specified index. More... | |
int | Count [get] |
Gets the number of elements contained in the sequence. More... | |
Represents an array of objects in a PDF content stream.
new CArray PdfSharp.Pdf.Content.Objects.CArray.Clone | ( | ) |
Creates a new object that is a copy of the current instance.
|
protectedvirtual |
Implements the copy mechanism of this class.
Reimplemented from PdfSharp.Pdf.Content.Objects.CSequence.
override string PdfSharp.Pdf.Content.Objects.CArray.ToString | ( | ) |
Returns a string that represents the current value.