Class LineTextObject
Represents a line of text within a document
Inheritance
System.Object
LineTextObject
Implements
IronSoftware.IDocumentTextObject
IronSoftware.IDocumentObject
Assembly: IronPdf.dll
Syntax
public class LineTextObject : Object
Properties
Bottom
Declaration
public double Bottom { get; set; }
Property Value
Type |
Description |
System.Double |
|
Color
Declaration
public Color Color { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
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 |
|
Implements
IronSoftware.IDocumentTextObject
IronSoftware.IDocumentObject