iTextSharp.text.pdf.PdfPageLabels.GetDictionary C# (CSharp) Method

GetDictionary() public method

public GetDictionary ( PdfWriter writer ) : PdfDictionary
writer PdfWriter
return PdfDictionary
        public PdfDictionary GetDictionary(PdfWriter writer)
        {
            return PdfNumberTree.WriteTree(map, writer);
        }