[]
Represents a note that is a single straight line.
public class PdfLineNote : PdfNoteBase
| Name | Description |
|---|---|
| PdfLineNote(PointF, PointF) | Initializes a new instance of the PdfLineNote class. |
| Name | Description |
|---|---|
| Begin | Gets the starting point of the current line note. |
| End | Gets the ending point of the current line note. |
| Opacity | Gets or sets the opacity of the current note, in percent from 0 to 100. The default value is 100%. |
| Rectangle | Gets the (approximate) bounding rectangle for the current line note. |