Pdf |
Name | Description | |
---|---|---|
![]() ![]() | Create | Creates a new instance of the PdfArray class. |
![]() ![]() | Create(Int32) | Creates a new instance of the PdfArray class that is empty and has the specified initial capacity. |
![]() ![]() | CreateT(T) | Creates a new instance of the PdfArray class that contains PdfBasicObjects copied from the specified collection and has sufficient capacity to accommodate the number of PdfBasicObjects copied. |
![]() ![]() | CreateT(IEnumerableT) | Creates a new instance of the PdfArray class that contains PdfBasicObjects copied from the specified collection and has sufficient capacity to accommodate the number of PdfBasicObjects copied. |