[]
        
(Showing Draft Content)

C1.Pdf.PdfNoteBase

PdfNoteBase Class

The abstract base class from which all other notes classes are derived.

Inheritance
PdfNoteBase
Namespace: C1.Pdf
Assembly: C1.Pdf.dll
Syntax
public abstract class PdfNoteBase
Remarks

Non-abstract classes derived from PdfNoteBase include PdfTextNote, PdfLineNote, PdfSquareNote and PdfCircleNote.

Properties

Name Description
Contents

Gets or sets the text of the current note.

ForeColor

Gets or sets the foreground/line color of the current note. The default is black for text notes, red for all others.

Opacity

Gets or sets the opacity of the current note, in percent from 0 to 100. The default value is 100%.

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.

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.