iTextSharp.text.pdf.PdfPageLabels.PdfPageLabels C# (CSharp) Méthode

PdfPageLabels() public méthode

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