[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfArray

PdfArray Class

Represents a PDF Array object.

Inheritance
List<IPdfObject>
PdfArray
Implements
IList<IPdfObject>
ICollection<IPdfObject>
IReadOnlyList<IPdfObject>
IEnumerable<IPdfObject>
Namespace: GrapeCity.Documents.Pdf.Spec
Assembly: DS.Documents.Pdf.dll
Syntax
public class PdfArray : List<IPdfObject>, IList<IPdfObject>, ICollection<IPdfObject>, IList, ICollection, IReadOnlyList<IPdfObject>, IReadOnlyCollection<IPdfObject>, IEnumerable<IPdfObject>, IEnumerable, IPdfArray
Public Class PdfArray
    Inherits List(Of IPdfObject)
    Implements IList(Of IPdfObject), ICollection(Of IPdfObject), IList, ICollection, IReadOnlyList(Of IPdfObject), IReadOnlyCollection(Of IPdfObject), IEnumerable(Of IPdfObject), IEnumerable, IPdfArray

Constructors

Name Description
PdfArray()

Initializes a new instance of the PdfArray class.

PdfArray(Offsets)

Initializes a new instance of the PdfArray class.

PdfArray(params IPdfObject[])

Initializes a new instance of the PdfArray class.

PdfArray(IReadOnlyList<Quadrilateral>)

Initializes a new instance of the PdfArray class.

PdfArray(IReadOnlyList<PointF>)

Initializes a new instance of the PdfArray class.

PdfArray(double, double, double, double)

Initializes a new instance of the PdfArray class.

PdfArray(Color)

Initializes a new instance of the PdfArray class.

PdfArray(RectangleF)

Initializes a new instance of the PdfArray class.

PdfArray(int)

Initializes a new instance of the PdfArray class.

PdfArray(int[])

Initializes a new instance of the PdfArray class.

PdfArray(Matrix3x2)

Initializes a new instance of the PdfArray class.

PdfArray(float[])

Initializes a new instance of the PdfArray class.

Fields

Name Description
IdentityMatrix

The PdfArray representing the Identity matrix.

Properties

Name Description
Changed

Gets a value indicating whether this PdfArray was changed.

Methods

Name Description
CreateNamesArray(IEnumerable<string>, bool)

Creates the PdfArray of PdfName objects, returns null if strings is null.

CreateStringsArray(IEnumerable<string>, bool)

Creates the PdfArray of PdfString objects, returns null if strings is null.

ToString()

Extension Methods