Interface for a text element to which other objects can be added.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public interface ITextElementArray : IElement |
Visual Basic |
---|
Public Interface ITextElementArray _
Inherits IElement |
Visual C++ |
---|
public interface class ITextElementArray : IElement |
See Also