iTextSharp.text.WritableDirectElement.Process C# (CSharp) Method

Process() public method

public Process ( IElementListener listener ) : bool
listener IElementListener
return bool
        public bool Process(IElementListener listener) {
            throw new NotSupportedException();
        }