Class LineTextObject
Represents a line of text within a document
Inheritance
System.Object
LineTextObject
Implements
IronSoftware.IDocumentTextObject
IronSoftware.IDocumentObject
Namespace: IronPdf.Pages
Assembly: IronPdf.dll
Syntax
public class LineTextObject : Object
Constructors
LineTextObject(IPdfDocumentId, IDocumentTextObject)
Create a new line text object and add the specified chunk
Declaration
public LineTextObject(IPdfDocumentId id, IDocumentTextObject chunk)
Parameters
Type | Name | Description |
---|---|---|
IronSoftware.IPdfDocumentId | id | Document identifier |
IronSoftware.IDocumentTextObject | chunk | Chunk to add |
Properties
Bottom
Declaration
public double Bottom { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Contents
Declaration
public string Contents { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Left
Declaration
public double Left { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ObjNum
Declaration
public uint ObjNum { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
PdfDocumentId
Declaration
public IPdfDocumentId PdfDocumentId { get; set; }
Property Value
Type | Description |
---|---|
IronSoftware.IPdfDocumentId |
Right
Declaration
public double Right { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Top
Declaration
public double Top { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
AddChunk(IDocumentTextObject)
Declaration
public void AddChunk(IDocumentTextObject chunk)
Parameters
Type | Name | Description |
---|---|---|
IronSoftware.IDocumentTextObject | chunk |
ParseChunks()
Declaration
public void ParseChunks()
Implements
IronSoftware.IDocumentTextObject
IronSoftware.IDocumentObject