iTextSharp.text.DocWriter.Add C# (CSharp) 메소드

Add() 공개 메소드

Signals that an Element was added to the Document.
This method should be overriden in the specific DocWriter classes derived from this abstract class.
public Add ( IElement element ) : bool
element IElement
리턴 bool
        public virtual bool Add(IElement element)
        {
            return false;
        }