iTextSharp.text.pdf.collection.PdfCollectionSort.PdfCollectionSort C# (CSharp) Method

PdfCollectionSort() public method

public PdfCollectionSort ( String key ) : System
key String
return System
        public PdfCollectionSort(String key)
            : base(PdfName.COLLECTIONSORT)
        {
            Put(PdfName.S, new PdfName(key));
        }