iTextSharp.tool.xml.XMLWorker.Init C# (CSharp) Method

Init() public method

public Init ( ) : void
return void
        public void Init()
        {
            IPipeline p = rootpPipe;
            try {
                while ((p = p.Init(GetLocalWC()))!= null);
            } catch (PipelineException e) {
                throw new RuntimeWorkerException(e);
            }
        }