Click or drag to resize

PdfArrayCreate Method

Overload List
 NameDescription
Public methodStatic memberCreate Creates a new instance of the PdfArray class.
Public methodStatic memberCreate(Int32) Creates a new instance of the PdfArray class that is empty and has the specified initial capacity.
Public methodStatic memberCreateT(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.
Public methodStatic memberCreateT(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.
Top
See Also