Class PdfAnnotation
Inheritance
System.Object
PdfAnnotation
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 PdfAnnotation
Properties
| Improve this Doc View SourceBackgroundColor
The backgroundcolor which will fill the background of this annotation
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
Content
The actual content of the annotation
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontColor
Font Color
Declaration
public Color FontColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
FontName
Fontname which defaults to "Arial"
Declaration
public string FontName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FontSize
Font size which defaults to 12
Declaration
public float FontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
HasBorder
Whether or not the annotation has borders
Declaration
public bool HasBorder { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Height
Height of this annotation in millimeters
Declaration
public float Height { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Left
Left position of this annotation in millimeters
Declaration
public float Left { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Opacity
Opacity, reaching from 0 (transparent) to 1 (opaque)
Declaration
public float Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Top
Top position of this annotation in millimeters
Declaration
public float Top { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Width
Width of this annotation in millimeters
Declaration
public float Width { get; set; }
Property Value
Type | Description |
---|---|
System.Single |