Click or drag to resize
Pdftools logo

Text Class

Inheritance Hierarchy

Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.Content
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 1.0.0
Syntax
C#
public class Text : NativeObject, IList<TextFragment>, 
	ICollection<TextFragment>, IEnumerable<TextFragment>, IEnumerable

The Text type exposes the following members.

Properties
 NameDescription
Public propertyCount 
Public propertyIsReadOnly 
Public propertyItem 
Top
Methods
 NameDescription
Public methodClear 
Public methodContains 
Public methodCopyTo 
Public methodStatic memberCreate

Create a text

The returned text object is not yet used on any page, but it is associated with the given target document.
Public methodEquals
(Inherited from NativeObject)
Public methodGetEnumerator 
Public methodGetHashCode
(Inherited from NativeObject)
Public methodIndexOf 
Public methodInsert 
Public methodRemove 
Public methodRemoveAt 
Top
See Also