Table of Contents

Class CArray

Namespace
PdfSharp.Pdf.Content.Objects
Assembly
PdfSharp-gdi.dll

Represents an array of objects in a PDF content stream.

public class CArray : CSequence, ICloneable, IList<CObject>, ICollection<CObject>, IEnumerable<CObject>, IEnumerable
Inheritance
CArray
Implements
Inherited Members

Constructors

CArray()

public CArray()

Methods

Clone()

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

public CArray Clone()

Returns

CArray

ToString()

Returns a string that represents the current value.

public override string ToString()

Returns

string