C1.WPF.Pdf.4 Assembly > C1.WPF.Pdf Namespace : PdfTextNote Class |
For a list of all members of this type, see PdfTextNote members.
Name | Description | |
---|---|---|
Alignment | Gets or sets the horizontal alignment of the text the current PdfTextNote.
The default horizontal alignment is near (left). | |
BorderColor | Gets or sets the color of the border around the current PdfTextNote.
The default border color is black. | |
Contents | Gets or sets the text of the current note. (Inherited from C1.WPF.Pdf.PdfNoteBase) | |
FillColor | Gets or sets the fill (background) color of the current note.
The default fill color is yellow for text, transparent for other note types. (Inherited from C1.WPF.Pdf.PdfRectNote) | |
Font | Gets or sets the Font of the current PdfTextNote. | |
ForeColor | Gets or sets the foreground/line color of the current note. The default is black for text notes, red for all others. (Inherited from C1.WPF.Pdf.PdfNoteBase) | |
Opacity | Gets or sets the opacity of the current note, in percent from 0 to 100. The default value is 100%. (Inherited from C1.WPF.Pdf.PdfNoteBase) | |
PopupOpen | Gets or sets a value indicating whether the popup associated with the current note should show when the document is opened.
This property is false by default. (Inherited from C1.WPF.Pdf.PdfNoteBase) | |
Thickness | Gets or sets the thickness of the current note's border, in points. Valid values are in the range from 1 to 12 points. Default thickness is 1 point. (Inherited from C1.WPF.Pdf.PdfNoteBase) |