PdfSharp-WPF  1.31.7289
PdfSharp.Pdf.Content.Objects.CArray Class Reference

Represents an array of objects in a PDF content stream. More...

Inheritance diagram for PdfSharp.Pdf.Content.Objects.CArray:
PdfSharp.Pdf.Content.Objects.CSequence PdfSharp.Pdf.Content.Objects.CObject

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...
 
- Public Member Functions inherited from PdfSharp.Pdf.Content.Objects.CSequence
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< CObjectGetEnumerator ()
 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...
 
- Public Member Functions inherited from PdfSharp.Pdf.Content.Objects.CObject
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...
 
- Protected Member Functions inherited from PdfSharp.Pdf.Content.Objects.CObject
 CObject ()
 Initializes a new instance of the CObject class. More...
 

Additional Inherited Members

- Properties inherited from PdfSharp.Pdf.Content.Objects.CSequence
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...
 

Detailed Description

Represents an array of objects in a PDF content stream.

Member Function Documentation

◆ Clone()

new CArray PdfSharp.Pdf.Content.Objects.CArray.Clone ( )

Creates a new object that is a copy of the current instance.

◆ Copy()

override CObject PdfSharp.Pdf.Content.Objects.CArray.Copy ( )
protectedvirtual

Implements the copy mechanism of this class.

Reimplemented from PdfSharp.Pdf.Content.Objects.CSequence.

◆ ToString()

override string PdfSharp.Pdf.Content.Objects.CArray.ToString ( )

Returns a string that represents the current value.


The documentation for this class was generated from the following file: