ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfLineNote Class
Properties


In This Topic
    PdfLineNote Class Members
    In This Topic

    The following tables list the members exposed by PdfLineNote.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfLineNote class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the starting point of the current line note.  
    Public PropertyGets or sets the text of the current note. (Inherited from C1.C1Pdf.PdfNoteBase)
    Public PropertyGets the ending point of the current line note.  
    Public PropertyGets or sets the foreground/line color of the current note. The default is black for text notes, red for all others. (Inherited from C1.C1Pdf.PdfNoteBase)
    Public PropertyOverridden. Gets or sets the opacity of the current note, in percent from 0 to 100. The default value is 100%.  
    Public PropertyGets 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.C1Pdf.PdfNoteBase)
    Public PropertyGets the (approximate) bounding rectangle for the current line note.  
    Public PropertyGets 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.C1Pdf.PdfNoteBase)
    Top
    See Also