Interface for a text element to which other objects can be added.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Collapse imageSyntax

C#
public interface ITextElementArray : IElement
Visual Basic
Public Interface ITextElementArray _
	Inherits IElement
Visual C++
public interface class ITextElementArray : IElement

Collapse imageSee Also