iTextSharp.text.xml.TagMap.TagMap C# (CSharp) Method

TagMap() public method

Constructs a Tagmap object
public TagMap ( String tagfile ) : System
tagfile String the file of tags to parse
return System
        public TagMap(String tagfile) {
            try {
                Init(tagfile);
            } catch (Exception e) {
                throw e;
            }
        }
   

Same methods

TagMap::TagMap ( XmlDocument xTagfile ) : System