Class TextAnnotation
Represents a text annotation
Inheritance
System.Object
TextAnnotation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.DocumentProcessing
Assembly: Simplic.DocumentProcessing.dll
Syntax
public class TextAnnotation
Properties
| Improve this Doc View SourceFontName
Gets or sets the font name
Declaration
public string FontName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontSize
Gets or sets the font size
Declaration
public float FontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
ForeColor
Get or sets the foreground color
Declaration
public Color ForeColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
Height
Gets or sets the height
Declaration
public float Height { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Left
Gets or sets the position left
Declaration
public float Left { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Page
Declaration
public int Page { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Text
Gets or sets the text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Top
Gets or sets the position top
Declaration
public float Top { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Width
Gets or sets the width
Declaration
public float Width { get; set; }
Property Value
Type | Description |
---|---|
System.Single |