[]
Represents a PDF Array object.
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
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. |
Name | Description |
---|---|
IdentityMatrix | The PdfArray representing the Identity matrix. |
Name | Description |
---|---|
CreateNamesArray(IEnumerable<string>, bool) | Creates the PdfArray of PdfName objects,
returns null if |
CreateStringsArray(IEnumerable<string>, bool) | Creates the PdfArray of PdfString objects,
returns null if |
ToString() |