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

PdfPageLabels() public method

public PdfPageLabels ( ) : System
return System
        public PdfPageLabels()
        {
            map = new Dictionary<int,PdfDictionary>();
            AddPageLabel(1, DECIMAL_ARABIC_NUMERALS, null, 1);
        }